VS help !!!

  • Thread starter Thread starter Lloyd Dupont
  • Start date Start date
L

Lloyd Dupont

I'm writting some documentation for my pocket pc project, it's shipped as
plain HTML files and pictures.

when I add the file in the project (as content) everything is copied in the
output directory and it's somewhat messy.

so I create a new 'doc' project targetting a subdirectory
now when I'm not able to deploy it, it kept complaining, "no target" ....

I guess VS.NET absolutely want to compile ....
So I tryed to create a 'doc' project, I see nothing which fit ....
how do I do that ?
 
Hi LLoyd,

I believe you have to add a new "Configuration and Deployment" project
to your solution. Then, you only have to add your help folder inside
the App folder. The easiest way is to use the wizard, found on the
right pane of the "Add Project" window once you click on
"Configuration and Deployment".

HTH,

Michel
 
....and as I don't have the english version of VS, it might be called
"Setup and Deployment", and not "Configuration and deployment". I'm
sure you'll find it. Just right-click on your solution, "Add" -> "New
Project", should be the fifth in the list.

Michel
 
Back
Top