in command promet use csc compile the proxy code :
C:\Inetpub\wwwroot\Test>csc /out:TestProxy.dll /t:library /
r:system.web.dll, system.dll, system.xml.dll, system.web.services.dll,
system.da
ta.dll TestProxy.cs
Microsoft (R) Visual C# .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322
Copyright (C) Microsoft Corporation 2001-2002. All rights reserved.
error CS2001: Source file 'system.dll,' could not be found
error CS2001: Source file 'system.xml.dll,' could not be found
error CS2001: Source file 'system.web.services.dll,' could not be found
error CS2001: Source file 'system.data.dll' could not be found
may be need set the envionment variables ? how to resolve it ?
thanks
Dan Rogers - 07 Mar 2005 19:09 GMT
You'll need to install the .NET framework on the machine you are compiling
against, and then make sure that the search path is properly set to include
the system namespace dlls.
--------------------
>From: "dahang" <xudahang@vip.163.com>
>Subject: compile the proxy code error in .net 2003 command promp
[quoted text clipped - 9 lines]
>NNTP-Posting-Host: 218.249.26.130
>Path:
TK2MSFTNGXA02.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fas
twebnet.it!tiscali!newsfeed1.ip.tiscali.net!newshub.sdsu.edu!logbridge.uoreg
on.edu!arclight.uoregon.edu!enews.sgi.com!msrnewsc1!TK2MSFTNGP08.phx.gbl!tk2
msftngp13.phx.gbl
>Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:28344
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 13 lines]
>may be need set the envionment variables ? how to resolve it ?
>thanks