Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Adolfo.
  • Administrators
Posted

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

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...