0
votes

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)

1
Does your application target the Client Profile version of framework? (Properties on your porject file combobox Target Framework should say '.Net Framework Client Profile') - Rafal

1 Answers

1
votes

Goto Project Properties and Change Framework .net framework 4.0 Client Profile to .net framework 4.0