[Mono-aspnet-list] System.Web.Extensions.dll version
ChrisB
chrisbrown76 at hotmail.com
Sun Nov 7 19:15:10 EST 2010
Hi, I have just upgraded my mono version from github to version
2.9(master/0e648f5). The upgrade appeared to work well but I have
encountered one small issue which I believe is related to the version of the
above dll.
I am required to use ASP.NET 2.0 with AJAX Extensions v1.0 on my site. I
compiled Mono with 'PROFILE=net_2_0' and the ASP.NET version is being
reported as 2.0. However my web service methods are returning different
values since the upgrade e.g. when requesting a date and time from a web
service method I now receive '{"d":"8 November 2010 09:23a.m."}' rather than
'"8 November 2010 09:23a.m.". Apparently this is a breaking change between
versions 1.0 and 3.5 of the AJAX Extensions (documented here:
http://encosia.com/2009/02/10/a-breaking-change-between-versions-of-aspnet-ajax/).
I believe this means either my installation is using the 3.5 version of the
library instead of version 1.0 or there is a mono bug meaning the 1.0
library is returning values in the version 3.5 format. I assume it's the
former but I'm unsure how to explicitly ensure I am using the 1.0 library
(my web.config is already referring to this version correctly).
Any help would be appreciated.
--
View this message in context: http://mono.1490590.n4.nabble.com/System-Web-Extensions-dll-version-tp3031360p3031360.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
More information about the Mono-aspnet-list
mailing list