installation problem

bmez

Newcomer
Joined
Apr 7, 2003
Messages
3
First time through the deployment process, deploying a windows application on my machine. The install is creating my application exe as " WindowsApplication2.exe" in the install directory, instead of the application name. I followed "Creating or Adding Deployment Projects" in vb net - but must be missing something.

How can I correct this? Thanks for any help - Bob
 
Try this:
In the solution explorer, right click on your project (not solution) and select Properties. Enter the name you want to give your application in the Assembly name field and Apply.

Rebuild the deployment project.

Cheers
 
Back
Top