I am having a problem with a WPF application built in Visual Studio 2010 and deployed using ClickOnce.
The ApplicationDeployment.IsNetworkDeployed is returning false when downloaded and running on the clients Windows 7 machine. The code can't get an accurate path using ApplicationDeployment.CurrentDeployment.DataDirectory.
The WPF app is using full trust with a target framwork of
.NET Framework 4 Client Profile and the Prerequisite components are Microsoft .NET Framework 4 Client Profile (x86 and x64), and Windows Installer 3.1
Thanks
View Complete Post