carpe2 Posted June 11, 2004 Posted June 11, 2004 Hi, i´d like to compile a proyect in a machine that doesn´t have visual studio.net. It´s a proyect that has a a connection to a Web Service Do anybody known how can i make the proxy and the .exe of the proyect?? Thanks. Quote Adolfo.
Administrators PlausiblyDamp Posted June 11, 2004 Administrators Posted June 11, 2004 If you have installed the Framework SDK (free download from MS) then: You should be able to use the commandline tool wsdl.exe to generate a proxy class for a web service and then either csc (C#) or vbc (VB.Net) command line compilers to generate the .EXE All these tools provide help if invalid arguments are given and are also covered in the SDK documentation. If you find all the commandline arguments a bit tedious you may want to investigate a better build tool like NAnt Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.