[Mono-bugs] [Bug 457943] ScriptManager.GetCurrent : Cannot cast from source type to destination type
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Jan 23 08:10:22 EST 2009
https://bugzilla.novell.com/show_bug.cgi?id=457943
User mhabersack at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=457943#c11
Marek Habersack <mhabersack at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mhabersack at novell.com
Component|Sys.Web |misc
AssignedTo|mhabersack at novell.com |mono-bugs at lists.ximian.com
Product|Mono: Class Libraries |Mono: Runtime
Target Milestone|2.2.x |---
--- Comment #11 from Marek Habersack <mhabersack at novell.com> 2009-01-23 06:10:21 MST ---
I agree with Gonzalo that it's a runtime error. Namely, it seems that runtime
isn't using information provided in the config file:
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions"
publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Extensions.Design"
publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
-> runtime
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list