[Mono-dev] WCF compilation
Neale Ferguson
NealeFerguson at verizon.net
Wed Oct 2 19:12:37 UTC 2013
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20131002/96bade5a/attachment.html>
More information about the Mono-devel-list
mailing list