Can I install Visual Studio 2010 SP1 SDK with Visual Studio 2012? - sdk

I need Visual Studio 2010 SP1 SDK to build this project: https://github.com/abb-iss/SrcML.NET/tree/master/ABB.SrcML
But I only have Visual Studio 2012 (ultimate edition) and its SDK installed, I was wondering if is possible to install the Visual Studio 2010 SP1 SDK without having to install Visual Studio 2010 or maybe can I convert the project to use VS 2012 SDK instead

You can't install VS2010 SDK over VS2012 but in most cases you can convert the VS2010 to VS2012.

Related

Issue with Running .NET 6 in Visual Studio 2019

I installed .NET 6 to be able to use with Visual studio 2019 but cannot see version 6 inside the visual studio
need support
.NET 6 is supported with Visual Studio 2022 and Visual Studio 2022 for Mac. It is not supported with Visual Studio 2019, Visual Studio for Mac 8, or MSBuild 16. If you want to use .NET 6, you will need to upgrade to Visual Studio 2022 (which is also now 64-bit). .NET 6 is supported with the Visual Studio Code C# extension.
This is from the Dev blog here https://devblogs.microsoft.com/dotnet/announcing-net-6/
Also there is a thread here - Visual Studio 2019 Not Showing .NET 6 Framework.
Of course, SSIS still does not work with Visual Studio 2022. And this is holding up a lot of upgrades from Visual Studio 2019.

C++ Rest SDK Android Visual Studio 2015

I'am developing an Android static library with Visual Studio 2015.
I'am using C++ Rest SDK (https://www.nuget.org/packages/cpprestsdk.android/). It works with Visual Studio 2015 RC but not with Visual Studio 2015.
The reason is that Visual Studio 2015 uses the compiler clang 3.6 and the SDK is compiled with clang 3.4.
Is there a way to use C++ Rest SDK with Visual Studio 2015?
Is there a way to install clang 3.4 into Visual Studio 2015?
Thanks
The issue has been resolved with the 2.7.0 release of C++ REST SDK.
https://github.com/Microsoft/cpprestsdk/releases/tag/v2.7.0

Is F# available for Visual Studio 2012 Express for Desktop

I just downloaded and installed Visual Studio 2012 express for Desktop but cannot launch an F# project. I see no where online where I can install it for Visual Studio 2012 express for Desktop. is there a way around this?
It is actually available for Visual Studio Express 2012 for Web. You need to download the F# Tools for Visual Studio Express 2012 for Web (blog post: http://blogs.msdn.com/b/fsharpteam/archive/2012/09/12/announcing-the-release-of-f-tools-for-visual-studio-express-2012-for-web.aspx , download link: http://www.microsoft.com/web/gallery/install.aspx?appid=FSharpVWD11). I do not think it is available for the Desktop version of Visual Studio Express 2012.
While it is only available for the web version of Visual Studio Express, there is nothing stopping you from writing desktop applications with it: http://www.youtube.com/watch?v=e4R9EfFNgLU

Visual Studio 2012 SDK installation

I have ultimate version of visual studio 2012 today I downloaded and installed Visual Studio 2012 SDK which suppose to add project templates under Visual studio new project dialog, but there is nothing displayed the only project template I see under Visual c#-> Extensibility is Visual studio package.
can anyone help me out with this problem? I am using RTM version of VS
This usually happens because your target .NET framework version (at the top of the New Project Dialog) is set to something other than .NET Framework 4.5.

How can I install PowerCommands for Visual Studio 2008 Express?

I have Visual Studio 2008 Express SP1 installed on my machine. I tried to install PowerCommands today, but it said that Visual Studio is not installed. Is there something I can do to get it to install?
Visual Studio 2008 Express does not allow add-ins

Resources