Hi,
 I am writing a WCF-based service which I¹m making available via xsp. When I
go to access it, the compilation starts as expected. However, the parameters
used by the mcs.exe process that is kicked off doesn¹t include a
­r:System.Web that my service needs to build cleanly. I added the following
to web.config within the <system.web> and <compilation> sections:

<compiler language="cs;c#;csharp" extension=".cs" warningLevel="1"
                                        compilerOptions="/codepage:utf8
/r:System.Web"
                   
type="Microsoft.CSharp.CSharpCodeProvider, System, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b77a5c561934e089" />

However, it seems to have no effect. Neither option is being used. Is there
something else I need to be doing?

Neale
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to