EXE name different from project name?

E

Emby

I have a VB.NET project in which I want the EXE name to be different from
the VB Project (assembly) name. But I don't see where in the project
properties one can specify the target output name. What am I missing?

BTW, this is a simple, single form alert utility.

Thanks ...
 
M

Miro

I am really new to vb...but i beleive what you are looking for is:

Just underneith your solution in the Solutions Explorer is your Application
( its in black bold )
Go to property's of that and change the "Assembly Name"

You should notice the Output name on the bottom of the screen change as
well.

Please let me know if Im right. - We can teach eachother ;)

Miro
 
E

Emby

Thanks Miro,

But I don't see that in the solution explorer. But I changed the Name of the
assembly on the project property page, and that did the trick (changed the
output EXE name)

I am using VB.NET 2005

Cheers!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top