https://bugzilla.novell.com/show_bug.cgi?id=457943

User [email protected] added comment
https://bugzilla.novell.com/show_bug.cgi?id=457943#c11


Marek Habersack <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
          Component|Sys.Web                     |misc
         AssignedTo|[email protected]       |[email protected]
            Product|Mono: Class Libraries       |Mono: Runtime
   Target Milestone|2.2.x                       |---




--- Comment #11 from Marek Habersack <[email protected]>  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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to