c# - How to include .net framework 4.5.1 in VS 2013 -


i want create installer windows application, , include .net framework installation (i have selected * download same site application). in compilation of setup project error, saying there no framework installation exists. how fix it?

in flowing microsoft post can find have install:

.net framework 4.5.1

visual studio 2013 (sdks , targeting packs)

4.5.1 required part of vs2013, without can't run vs2013. if have installed vs2013, have installed 4.5.1. create msi installers need add extension:

visual-studio-installer-projects-extension


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -