May 16, 2003 #1 N nvc944 Member Joined Apr 25, 2003 Messages 14 Hello guys I just created a small project in .net and want to compile it to a .exe, in vb6 it was simple were the heck is the option in .net. thank you.
Hello guys I just created a small project in .net and want to compile it to a .exe, in vb6 it was simple were the heck is the option in .net. thank you.
May 16, 2003 #4 M mutant Guest Go to the folder with your project, you should find a directory called bin. Its there.
May 16, 2003 #5 Divil Well-known member Joined Nov 17, 2002 Messages 2,748 .NET projects are compiled to an EXE every time you run them, theyre not interpreted like VB6 was.