Working with Microsoft Moles in Visual Studio 2012 - visual-studio-2012

I have a visual studio 2010 solution (.Net3.5) that used Microsoft Moles for testing, I opened it in Visual Studio 2012 and I was able to build it, however I cannot run the tests from Visual Studio. The reason for this is that the Moles host adapter is not registered in vs2012.
So all test methods with [HostType("Moles")] fail to run with the following exception:
Message: UTA034:
CreateSite_MockProperties_Passes has invalid HostType attribute. A valid, registered host type must be specified.
Has anyone figured out how to register the Host adapter in Visual Studio 2012?

Its looking more optimistic for fans of the Moles framework.
As we know, its successor "Fakes and Stubs" was only available in VS2012 Ultimate SKU.
However Microsoft just announced that as of VS2012 Update 2, Premium SKU users will be able to use Fakes and Stubs. I'm happy with that!!
http://blogs.msdn.com/b/bharry/archive/2013/01/30/announcing-visual-studio-2012-update-2-vs2012-2.aspx

We have to figure out how to install that Host adapter in Visual Studio 2012!

Related

How can my developer on Linux checkin code to my Visual Studio Team System project?

I have a developer working in Linux. He is developing html5 stuff that needs to be checked in to my project instance in Visual Studio Team System.
What kind of tools should he use to accomplish this?
You can use Team Explorer Everywhere which is an add-in for Eclipse that can connect to Visual Studio Team System (formerly known as Visual Studio Online) or Team Foundation Server. From there you can check-in code and use many other features of VSTS.

How to add business intelligence to Visual Studio 2012

I'm using Visual Studio 2012, and SQL Server Management Studio 2012 also, but now I need to create new project in Visual Studio and that project (Integration Services) might be found under Business Intelligence, but the problem is next, I can't see Business Intelligence in my Visual studio, and after I did some research I've found next link:
https://www.microsoft.com/en-gb/download/details.aspx?id=42313
But after I downloaded and tried to install this, it keeps showing me error popup..
business intelligence for visual studio 2012 unspecified error
I dont know how to add this stuff to my Visual Studio and I really need it..
thanks guys

Visual studio 2012 is giving scripting error when connect to TFS

I am using TFS from a long time, but today It is giving scripting error when try to connect with TFS in visual studio 2012.
Please suggest me, how can i resolve this issue.
Browsers support for Visual Studio online currently sits at a minimum of IE9.
IE6 is not only not supported by VSO, it is not supported as a product. You need to upgrade.

Set Up Visual Studio 2012 for Enterprise Portal Development

Is there any way to get VS2012 set up for Enterprise Portal developing?
I already installed the EP Dev Kit for VS2010 and am able to build and deploy EP UserControls, but how to achieve this in VS2012?
MSDN says you have to use VS2010
Have I overseen something? Anybody knows about a workaround or something?
The complete solution and all referenced projects are built in VS2012 so it would be nice if there wasn't any need to have VS2010 involved for a single UserControl for AX.
As you said yourself, MSDN says:
Microsoft Visual Studio 2010 is required to create or modify User
Controls for Enterprise Portal
The visual studio components for AX don't work with VS2012 so you are stuck with VS2010. I don't know of any way to make it work but even if it was a workaround I would not recommend it since Microsoft says otherwise. You will not get support and you wouldn't be sure if any problems you face are due to using VS2012.
From that same page, these are the ones that are supported:
Visual Studio 2010 Professional, Visual Studio 2010 Premium, and
Visual Studio 2010 Ultimate.
It's not convenient but not a problem since you can run VS2010 and VS2012 side by side.

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

Resources