May 2010
Intermediate to advanced
1272 pages
61h 18m
English
To deploy an application with ClickOnce, you have three options: the Publish command in the Build menu, right-clicking the project in Solution Explorer, and selecting Publish or the Publish Now button in the ClickOnce configuration page within My Project. For now we focus on the first option, whereas the second option is covered in the next section. Now create a new WPF project with Visual Basic and name it ClickOnceDemo. There is no need to write code for the application because we need only a base for our example. In order to deploy an application with ClickOnce, follow these steps:
1. Click Build, Publish, Visual Studio launches the Publish Wizard. Figure 55.1 shows the first dialog of the wizard, in ...
Read now
Unlock full access