Creating an executable

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

Guest

Does anyone know how to create an exectuable file for my vb.net application

Im using vs.net 200

thx
 
Tom said:
Does anyone know how to create an exectuable file for my vb.net application?

Im using vs.net 2002

When you build it, doesn't that create an executable file already?
 
paja said:
This exe will not work outside the project folder.

What happens if you try to use it outside the project folder, copying
all the DLLs as well?
You will have to create a setup/installer.

Not usually. If another computer has the .NET framework on it, just
copying the exe, any supporting DLLs etc is enough. A setup/installer
makes this nicer, but it should still work.
Try this
http://support.microsoft.com/default.aspx?scid=kb;en-us;821766

I have tried above and still having problems.

What problems, exactly? Please give us more information.
 
Back
Top