I have a .Net WinForms app that targets Framework 4.0. I'm trying to install the app on a PC that does not have internet access, but running it, I get the error below.
An error occurred downloading the following resource: http://go.microsoft.com/fwlink/?linkid=182805
I have downloaded and installed the .NET Framework 4 Client Profile (Standalone Installer) from here, but my app still tries to download the Framework. Seems like it does not see the 1 that I installed?
(I created the setup files with the VS2012 Publish Wizard)