Changing output name

  • Thread starter Thread starter Jerry Spence1
  • Start date Start date
J

Jerry Spence1

How do I change the name of the executable when I compile my program? In VB6
it was simple. In VB.Net it seems to take on the name of the project and I
can't see where to change it.

Thanks

- Jerry
 
Jerry,

Have a look at your project properties in the solution explorer and than
AssemblyName

I hope this helps,

Cor
 
Oh - wonderful! Thanks a lot

Actually whilst I'm here, I've got my project buried in a rather silly
folder hierarchy. Can I simply move the contents of the folder elsewhere, or
is the path buried somewhere in a data file?

- Jerry
 
Jerry,

It is the best when you do it with the solution explorer, you can create in
that as well folders..

When you do/did it with normal explorer, than you have probably first (when
you have done that) to toggle in top of solution explorer show all files.
And than when you see them again with the right click include them in your
project.

Don't forget to make a backup in advance.

I hope this helps,

Cor
 
Jerry Spence1 said:
How do I change the name of the executable when I compile my program? In
VB6 it was simple. In VB.Net it seems to take on the name of the project
and I can't see where to change it.

"Project" -> "Properties" -> "General properties" -> "General" -> "Assembly
name:"
 

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

Back
Top