Adding extensions in Visual Studio Express 2012 for Window8 Desktop - visual-studio-2012

I realise that VS2012 Express Edition now supports NuGet packages. Any idea if the limitations on adding productivity tools like Resharper or Reflector in VS Express Editions 2012 has now been changed? I've drawn some reference from Restrictions on installing extensions or add-ins in Visual Studio 2010 Express. However, I'm looking for whether the behavior has changed with VS 2012.

This limitation is likely to be virtually forever. The rationale for this is that an Express addition plus plugins could very well be everything people need, removing the incentive to buy the 'paid' versions of VS. IIRC, the author of TestDriven.NET has had his MVP status revoked after making his plug-in compatible with VS Express.

Related

How to get Visual C++ 2010 Express

I am working on a Source Mod, and it requires that I use Microsoft Visual C++ Express, and the compiler that goes with it. However, all of the links that Google brings up just redirect me to the newer Visual Studio Community.
Does anyone know where I can still install Visual C++ Express 2010 on my computer?
VS 2010 Express Edition is no longer available from Microsoft downloads.
You can still find VS 2012 Express for Windows Desktop, VS 2013 Express for Windows Desktop, and there is a VS 2015 Express for Windows Desktop but generally the VS 2013 Community or VS 2015 Community editions are a much better experience and have better support for tools and features that were only in the professional products previously which is why searches are pointing you to it.

Shall I use Visual Studio Express or Visual Studio 2013?

I have just downloaded "Visual Studio Express 2012 for Windows Phone" to start Windows phone development. This is a free software. But I also came to know that you can also do Windows phone development using Visual Studio 2013 which is paid software.
Is there a disadvantage using Express edition for Windows phone development? Like it doesn't come with all features, libraries and APIs etc.?
You can do development of a Windows Phone app with Visual Studio Express with complete access to all APIs.
However, the Express edition is limited. You cannot mix project types (Web and Phone) in one solution and there is limited support for Add-Ins like CodeRush.
Whether limited support of plugins or the lack of mixed solutions bother is up to you. If the bucks you would spent do a return of investment is up to you.
All two works perfect! You can make apps in any version created for WP.

How to use Visual C++ 2005 Express and Visual Studio Express 2013 on the same computer?

I would like to use both Microsoft Visual C++ 2005 Express Edition and Visual Studio Express 2013 for Windows Desktop on the same computer. What's a good way to accomplish this?
I imagine that installing Visual C++ 2005 Express Edition on a computer that already has Visual Studio Express 2013 installed would cause unexpected errors and break the current installation, or the installation would fail automatically because there already is a newer version installed.
The reason why I want both is because there is a lot of learning material written for both the 2005 and the 2013 editions. There are more programming books written for the 2005 edition actually.
I essentially want to know how I can isolate the two and still use them both in parallel without any problems caused by conflicting files, registry keys, environment settings, etc.

IPP and Visual Studio 2012

I've been trying to get the .NET Dev Kit and Azure SDK to work with Visual Studio 2012 and am not having much luck. What am I missing?
The Azure SDK installation instructions don't work on VS 2012. When I search for anything Intuit-related from the VS Extension Manager, nothing comes up.
I tried installing from the VS Gallery but then there's no Intuit Anywhere menu in VS as shown in the VS 2010 screen shot. (These instructions are highly suspect, since Intuit has moved away from the "Intuit Anywhere" name. But given that the developer site was overhauled recently I would expect the instructions to be up to date.)
Is there an easy way to get this to work with VS 2012, or am I wasting my time? Am I better off just building everything from scratch? (We have done that in another project, just not with Azure.)
The Plugin for Visual Studio has not been updated for Visual Studio 2012, the last supported version is 2010.
The code that the plugin generates is available as templates and sample code as well.
It includes the Oauth grant and handler pages, as well as the OpenId handlers.
regards,
Jarred

Is it possible to develop extensions for visual studio 2012 using free tools?

I would like to make a template for F# lib + XNA 4.0 + Xbox360 for visual studio 2012.
All I have is Visual Studio 2012 Express Edition for Web.
When I try to install the Visual Studio 2012 SDK, it stops after reporting that it requires Visual Studio 2012. The log seems to indicate it's looking for the Professional edition.
I'm not interested in buying a professional license for hobby work, and I am a bit surprised Microsoft would want to prevent hobbyists from extending their product.
I do have a professional license for Visual Studio 2010, though. If there's a way to make extensions for 2012 using 2010, that would work for me.
You can use VS2010 to develop extension compatible with VS2012.
All you have to do is to manually change vsixmanifest to make it work with newer version:
<SupportedProducts>
<VisualStudio Version="11.0">
Note however that Visual Studio Express does not support extensions, so you won't be able to install it in VS2012 Express anyway.

Resources