Deployment Project? Where?

Hi All-

I'm new to vb .net, so I decided to download vb 2005 express and give it a shot.  I've built a neat little app but can't seem to deploy it.  Everything I've read says I need to create a deployment project by going to File -> Add -> New Project -> Select Deployment Project.  However, I don't see anything in the pane where I select a new project that looks anything like a 'Deployment Project.'  Am I missing something   How in the heck do I create a deployment project

Thanks in advance-

-Cale


Answer this question

Deployment Project? Where?

  • Robert II

    Deployment projects are not supported in the Express editions. You can use ClickOnce to publish your application instead (Build menu -> Publish)

  • Deployment Project? Where?