Hi, i've been working on a couple of vb.net projects, but i've been unable to make an executable project.is there a way i can go about this?? Please Help! Thanks
Look in your VB2005/Projects//debug/ folder you should see a exe in there. That is the debug exe.
This article may help too :)
http://support.microsoft.com/kb/304654
Jon
Double Click 'My Project' Goto the 'Publish' Tab Select 'The Application is available online only'
In 'Prereqisites' Button Un-Check the option 'Create Setup Program to install prereqisite components'
Then in the 'Options' Button Un-Check 'Use .Deploy File extension'
Click 'Publich Now'
The path set in the 'Publish Location' will be where the exe will be created
Or just copy the .exe from /debug or /release as mentioned above.
i have made a software in VB2005. just tell me how can i use this software without installing VB2005