Project Target Framework Not Installed (Visual Studio 2013) - visual-studio

I am facing this issue with Visual Studio 2013. I got a Visual Studio solution from my colleague. When I open the solution, projects are not loading. When I tried to reload the project by selecting project. I got a below attached
window prompt alert.
-When I am selecting first radio button then project is loading. But If again I am re-opening the solution then I am getting the some problem.
I followed below steps to solve the problem
Selected second radio button (Download the targeting pack for ".NetFramework, Version=v4.5". The project will not change. After clicking the OK button got
http://go.microsoft.com/fwlink/?prd=12485&pver=12&sbp=TargetPackMissing&plcid=0x409&o1=.NETFramework,Version=v4.5 page.
Selected Visaul Studio 2013 but there .NET Framework 4.5 is not supporting Visual Studio 2013. So I downloaded .NET Framework 4.5.2 and installed. But problem didn't get solve.
I repaired the Visual Studio 2013. But Still same problem.
Can you please suggest me how I can fix this issue?
Thank you

Related

visual studio 2019 open solution file incompatible

I think I was using visual studio 2017 and wrote a SSIS package. Now I installed visual studio 2019 and can't open the solution file. Error:
Unsupported This version of Visual Studio is unable to open the
following projects. The project types may not be installed or this
version of Visual Studio may not support them. For more information
on enabling these project types or otherwise migrating your assets,
please see the details in the "Migration Report" displayed after
clicking OK.
- ABC, "C:\Users\XYZ\ABC.dtproj"
Non-functional changes required Visual Studio will automatically make
non-functional changes to the following projects in order to enable
them to open in Visual Studio 2015, Visual Studio 2013, Visual Studio
2012, and Visual Studio 2010 SP1. Project behavior will not be
impacted.
- ABC_SSIS, "C:\Users\XYZ\ABC_SSIS.sln"
I tried "Right-click on the project and reload" - didn't work.
I tried to confirm SSDT is installed:
it is installed at the installation interface, but doesn't exist in extension manager:
SSIS is a seperate extension now in Visual Studio 2019. You can install that extension in Visual Studio market place. Choose Online tab and search for "SQL Server Integration Services Projects".Hope it can help your problem
1.Extensions -> Microsoft Reporting Service Project
2.and then close visual studio
3.VSIX installer will complete automatically
4.If your project unloaded, right click on project and reload
Today I faced this issue,
Cause
The reason for issue is,
I saw a yellow bg notification at the top of IDE showing performance issue , with option to "disable this" to improve the performance.
I chose disable, later next day when I opened the project, It showed the project is not compatible.
I did Repair SSIS, Uninstall and Reinstall SSIS, and also updated the SSIS to latest version. None of these 3 ways resolved the issue.
Solution
But, I found Manage Extension submenu item under Extension menu, Under installed tab, SSIS extension was in disabled status. I reverted to Enabled status. Sample screenshot of the same for reference is here. If it disabled, simply enable it. Then restart VS with SSIS project.
Enabling the SSIS in manage extensions solved this for me.
Extensions ... Manage Extensions
Online ... Visual Studio Marketplace
SQL Server Integration Services Projects
Download
Close Visual Studio and then run the download
When finished, open your existing SSIS project and right-click the project and select "Reload" or "Reload with dependancies"
You can also now start a new Integration Services project.

Xamarin option disappeared from new projects

I have successfully installed xamarin, i created one application by it, after i installed visual c++, framework 4.5 and repaired the visual studio one time during the installation, Xamrin option disappeared from new projects.
Ok, Open the visual studio click on Help->About Microsoft Visual studio
check. Is there xamarin is available or not, if not go to control panel and update the visual studio.

The "Build" tab missing from project properties in Visual Studio 2013

When I open any C# Win-Forms or WPF project in Visual Studio 2013, the "Build" tab doesn't show up. It is visible if I open the project in VS2010. I haven't been able to find any information about this specific tab disappearing.
I've have tried resetting the user settings in vs2013, running the setup repair, and even completely uninstalling and reinstalling vs2013.
Any ideas on how to get it back?
The issue is now fixed with the Version 4.1.15, which you can download here.
Changes in the 4.1 branch
4.1.15 2015-06-09 Bug 11560 VSiX: missing Build and Debug pages
in project properties.
I have the same issue in Visual Studio 2012 and I can confirm, that this issue is based on Post Sharp.
After updating PostSharp to Version 4.1.14 the "Build" and the "Postsharp" Tab disapears.
Uninstalling PostSharp fixed this issue. The "Build" Tab is back again.

.csproj file unsupported in Visual Studio 2013

So I'm trying to do what I think is a very simple thing: generate a Windows Phone app with PhoneGap and open it in Visual Studio. On a totally fresh Windows installation (via Bootcamp), I've:
Downloaded Visual Studio Express 2013 for Windows (the very first download button: http://developer.windowsphone.com/en-us/downloadsdk)
Created a PhoneGap Windows Phone app per the Getting Started guide.
However, every time I try to open the csproj file, I keep getting this error:
Unsupported
This version of Visual Studio is unable to open the following projects. The project types may not be installed or this version of Visual Studio may not support them.
For more information on enabling these project types or otherwise migrating your assets, please see the details in the "Migration Report" displayed after clicking OK.
- HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.csproj"
No changes required
These projects can be opened in Visual Studio 2013, Visual Studio 2012, and Visual Studio 2010 SP1 without changing them.
- HelloWorld, "C:\BodBot\BodBot-PG\BodBot\platforms\wp8\HelloWorld.sln"
No matter what I do. It works totally fine on Visual Studio 2012 for Windows Phone. I've tried it on VS 2013 for Desktop, and that doesn't work either. No clue what is happening here, and don't know even where to start to figure out what's wrong. I've Googled extensively to no avail; basically all instances of this error seem to have to do with previous version of VS. Pointing in any direction would be very much appreciated.
Turns out Update 2 wasn't getting installed correctly. I ended up installing Visual Studio and the Update 2 separately and Update 2 got installed successfully. Everything works now.
To build Multi device hybrid (Cordova tooling) apps with Visual Studio, you need to have Visual Studio 2013 Update 2 - Professional, Ultimate, or Premium.
Visual Studio 2013 Update 2: Global Apps e Android/iOS App

project on visual studio 2012 be open on visual studio 2013 cannot add view or controller

I have a project web mvc3 be created on Visual Studio 2012, now i open this project on Visual Studio 2013 IDE, build is ok but I cannot quick add new controller!
this is my screen!
http://s07.img-up.net/check6d26.png
helps me,
Thanks,
Make sure the project is not currently running in debug mode. If it is, press the red button and stop it. Now you can add, just right click on the Controller folder and select Add - Controller.
I have fixed this error:
We need Upgrading an ASP.NET MVC 3 Project to ASP.NET MVC 4
http://go.microsoft.com/fwlink/?LinkID=317645
!!! READ THIS IF YOU HAVE VISUAL STUDIO 2010 & 2013 VERSIONS INSTALLED !!!!
I ran in to this issue when I opened the project with Visual Studio 2013, I tried going the "Update to MVC4 route" mentioned above, that did not work out as expected. Right there it hit me! "why not open the project with VS 2010, add the controller, then save and resume using 2013?" - I did just that and it worked!. simple right?

Resources