Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am currently using Visual studio 2013 premium

Expected:

I am developing an windows application where we need .net framework 4.6.1 as prerequisite for setup and deployment project.

since by default in VS2013 supported framework is 4.5.2

After going through some MSDN blogs

tried installing 4.6.1 targeting pack(ENU) but no use.

even tried with VS2015 update1 but no change in pre-requisite

Please help me

BR,
Anoop

What I have tried:

tried installing 4.6.1 targeting pack(ENU) but no use.
Posted
Updated 14-Jun-16 23:15pm
Comments
Suvendu Shekhar Giri 9-Jun-16 3:14am    
Google/Bing search can you help in this regard. Try the suggestions.
Check this
anooprt0 9-Jun-16 4:11am    
Tried with targeting pack as mentioned in a link given by you. Still no use.

I would not recommend adding the .NET framework to your setup, but if you must
two types of redistributable installations for .NET framework are available:

1. Web installer (requires internet connection)
2. Offline installer

These can be found on: Installing the .NET Framework[^]

I would not recommend using the offline installer however, the web installer seems to do a better job to install missing parts.
 
Share this answer
 
no still not working :(
Tried installing both framework as well as targeting pack.
Solution now is targeted to framework 4.6.1 but in pre-requisite window no checkbox is appearing for latest framework
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900