[Mono-bugs] [Bug 457065] New: incorrect system.web.extensions w/ install packages?

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Dec 6 16:04:19 EST 2008


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


           Summary: incorrect system.web.extensions w/ install packages?
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: x86-64
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: mmorano at mikeandwan.us
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


I recently moved to a fresh install of opensuse 11.0 from a gentoo environment
where I had manually maintained mono by building from source.  After the
switch, I used the prebuilt packages that are easily installed in opensuse, and
have updated my environment to mono 2.0.1.

However, when I started trying to run my website, most things were working
except one area that makes heavy use of system.web.extensions, and its ability
to interact with a web service using a generated js proxy.  After tracing the
execution, I noticed there were a number of calls to a newtonsoft js serializer
class.  However, I could not find most of these files/classes in the latest
checkout from SVN.  I did notice references to files that looked to make up
this newtonsoft library in
mcs/class/System.Web.Extensions/System.Web.Extensions.csproj (i.e. the
reference to:   <Compile
Include="System.Web.Script.Serialization\JSON\CountingTextWriter.cs" /> ) but
not the files themselves.

Given this, I set up a parallel mono environment, and once I did this, I was
able to run xsp in this environment, and my site worked again.

Is this expected with v2.0.1, or is there an issue with the build process for
these packages?


Thanks,
Mike


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list