compile the proxy code error in .net 2003 command promp

D

dahang

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
 
D

Dan Rogers

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.
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top