Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I compile in .NET ?

Status
Not open for further replies.

Recce

Programmer
Aug 28, 2002
425
ZA
Hi

I know this is a silly question but I am new to .NET and in VB5 I use to go File > Make exe but, not in .NET. How do I make exe in .net ?

Regards

:->


 
hay
it is quit simple; simpley click start button from toolbar, or click 'build solution' in 'bulid' menubar. in project location a new folder 'bin' will be created. the exe file will automatically created there.

[2thumbsup] ok

regards

:)I Naveed
Assistant Software Engineer
 
As a newbie to VB.NET and to programming in general let me just add one clarification that might be helpful to you:

When you click on the "Start" button in the toolbar, you start 2 processes at the same time:
1. You create an exe file
2. You start the debug process that launches the exe file, and reports any/all errors back to you on the bottom portion of your screen.

Geza
 
Hi

Thanks, this realy helped me. I can manage now. :->

Regards
 
I have a question too, along the same line. I had a DLL that I wrote in VB6. I have rewrote in in VB.NET and built it without any errors. But, I can't seem to access the DLL---it's like it's not registered. Any ideas?
 
Stobeck -

Check your project's settings - the "Register for COM Interop" should be set to True in order to access your DLL from the older COM/VB6 technologies.

Chip H.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top