Build the *.EXE file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello. I am using Visual Studio .NET to develop a Visual Basic application.

Can anybody describles the exact procedure to converting the solution file
to an *.exe file so that I can distribute it to others? Thanks.
 
Xero said:
Hello. I am using Visual Studio .NET to develop a Visual Basic application.

Can anybody describles the exact procedure to converting the solution file
to an *.exe file so that I can distribute it to others?

Set the "Configuration" dropdown in the toolbar to "Release", then select
"Build <project name>..." from the "Build" menu. The binaries can be found
in the project's 'bin' directory.
 
Hello.

Thanks for explaning.
But I still have a problem ... when I tried to run the program in Windows 98
SE, it says a .DLL file (MSCOREE.DLL) was not found and the program did not
start. How can I fix this?
Thanks.

Xero
 
Xero,

Any program wrote in .NET requires the .NET Framework to be installed to run

-L
 
I am just writing a normal Windows application for personal use only.
Is there any way I can make the program run on computers, even without .NET
Framework?

Xero
 
Xero said:
I am just writing a normal Windows application for personal
use only.
Is there any way I can make the program run on computers,
even without .NET Framework?

No.
 

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

Back
Top