Link to home
Start Free TrialLog in
Avatar of KC2TC
KC2TCFlag for United States of America

asked on

Click once Deployment Application Problem

I am deploying an application through click once. I need to deploy a help file along with that. How can i do it? Thanks in advance.
Avatar of KC2TC
KC2TC
Flag of United States of America image

ASKER

I am using visual studio 2010.
Avatar of Mez4343
Mez4343

You need to mark the file as 'Content.
http://msdn.microsoft.com/en-us/library/kzy0fky2(v=VS.100).aspx

I also recommend thhis book if your doing some more complex clickonce setups. http://www.amazon.com/Smart-Client-Deployment-ClickOnce-Applications/dp/0321197690
ASKER CERTIFIED SOLUTION
Avatar of KC2TC
KC2TC
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of KC2TC

ASKER

We got the alternative solution for this issue.