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.

Signature
Xero
http://www.chezjeff.net
My personal web portal
"Xero" <jeff@chezjeff(REMOVE).net> schrieb:
> 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.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/
Xero - 24 Oct 2004 03:37 GMT
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" <jeff@chezjeff(REMOVE).net> schrieb:
> > Hello. I am using Visual Studio .NET to develop a Visual Basic
[quoted text clipped - 6 lines]
> "Build <project name>..." from the "Build" menu. The binaries can be found
> in the project's 'bin' directory.
Locke Nash Cole - 24 Oct 2004 07:05 GMT
Xero,
Any program wrote in .NET requires the .NET Framework to be installed to run
-L
> Hello.
>
[quoted text clipped - 20 lines]
>> found
>> in the project's 'bin' directory.
Xero - 24 Oct 2004 09:55 GMT
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,
>
[quoted text clipped - 26 lines]
> >> found
> >> in the project's 'bin' directory.
Herfried K. Wagner [MVP] - 24 Oct 2004 11:41 GMT
"Xero" <jeff@chezjeff(REMOVE).net> schrieb:
> 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.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/