Is ClickOnce deployment available for VC.Net 2005?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I could not locate the Publish option for VC.NEt 2005 which is to be used for
ClickOnce deployment. Is ClickOnce Deployment supported for VC.Net. If yes,
how to set it up.

Your help is appreciated.

Prasad
 
Hi Prasad,

If by VC.Net you mean VS.Net, then there is a publish option available in the project properties.

Right-Click the project name in the Solution Explorer and there should be a Publish... option in the context menu (Build/Rebuild/Clean/Publish...).

For a more advanced Publish menu use the <Projectname> properties submenu in the Project menu and open the Publish folder.
 
If by VC.NEt you mean ManagedC++, I'm afraid not (but not sure about that).
Fact is, VC.NET assembly requires fulltrust which is, I believe,
incompatible with click once
 
Back
Top