.net - WinForms app trying to install Framework, even though it exists -


i have .net winforms app targets framework 4.0. i'm trying install app on pc not have internet access, running it, error below.

an error occurred downloading following resource: http://go.microsoft.com/fwlink/?linkid=182805

i have downloaded , installed .net framework 4 client profile (standalone installer) here, app still tries download framework. seems not see 1 installed?

(i created setup files vs2012 publish wizard)

goto project properties , change framework .net framework 4.0 client profile .net framework 4.0


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -