Jump to content
Xtreme .Net Talk

How to Make a vb.net exe file using visual studio.net 2003


Recommended Posts

Posted

Hi

Can some one of you help me how to make an exe in vb.net so that i can package all my libraries and .vb files and make a single .exe with vb.net. I would like to make the exe file and install that exe on the end user's machine who doesn't have .net framework installed.

 

Your help in this is greatly appreciated.

 

Thanks

Posted

Just compile your solution, you can find the option on the Build Menu -> Build Solution.

Everything will be compiled inside a folder named "BIN"

I hope this helps

Fat kids are harder to kidnap
Posted

.net application needs to run on target pc without .net framework being installed

 

tate

Thanks for your reply. As you said, is it mandatory to have .net framework installed on the target PC. But my situation needs that the target PC doesn't have .net framework installed.

So what is other way for me to have my .net exe application run on target PC without .net framework installed on the target PC.

 

I would like my application run just like the regular vb6.0 project.

which runs on any pc once i create a vb project package.

 

Thanks in advance

Vasu

Posted

Well, actually VB6 apps need the VB runtime installed on the target computer, but sometimes other apps install it so u don't need to reinstall it again, in the case of .NET apps is the same, u need to have the Framework installed, without the framework your app will never run.

 

What u can do is create a setup and redistribute the framework on it, if u still don't want the framework I'll suggest that you use another language for your coding, like C++ or even go back to VB6, where almost 99% of all computers have the runtime already installed

Fat kids are harder to kidnap
Posted
I was wondering how to "complie" all my work form1.vb blah blah blah .. into just ONE *.exe ? i did that build sulition but it gave me two dll files and a pod file ? but all i want is just one exe... how do i get just one EXE to work on all computers ?

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...