Hi all
I am trying to compile a DLL from the command line but I need to include one of the web references. My command line is as follows:
csc /t:library /r:System.dll,System.Web.dll,system.xml.dll,bin\Debug\Pub.dll,bin\Debug\ErrorClient.dll,Web References\CService\Reference.cs VarEmitter.cs...