Visual studio 2012 is giving scripting error when connect to TFS - visual-studio-2012

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.

Related

How to Check Which Version of Team Foundation Server on my Machine (client side)?

Sounds like a simple question, but it's giving me a headache. I've tried looking under the Help menu in Visual Studio, in "About Visual Studio", but this only tells me that I have Team Explorer for Visual Studio installed on my machine, not the version I have installed.
I need to know the version. I've looked under program files but did not find anything to indicate the version.
I am currently running Visual Studio 2012, updated to the most latest release. Please note I need to know the version of TFS on my local machine, not on the server. Just simply what version of TFS is installed on my laptop??
TFS isn't installed client-side. On the client you use Team Explorer, which is part of Visual Studio. So the only version on the client-side that is important is the Visual Studio version which you get from Help->About.

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.

SQL Server 2012 DataTools + Visual Studio 2012 = An incompatible DacFx version is installed

I'm going crazy, trying to use SSDT in Visual Studio 2012. I created a database but I can't add tables etc. because of this error.
I installed:
Visual Studio 2012 Ultimate
SQL Server 2012 Express x64 with Advanced Services, plus WinUpdates
Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012 x86 (couldn't find a specific x64 version)
SQL Server 2012 Data-Tier Application Framework (August 2013 both x86-x64 versions)
Basically I followed this MSDN piece of advice, http://social.msdn.microsoft.com/Forums/sqlserver/en-US/04ee07bf-31d9-4a60-90ad-bf48c16eb4d1/ssdt-vs2012-error-dac-framework-compatibility?forum=ssdt
but without results
Is there something I have to do, or follow a particular order?
Really this stuff is driving me crazy
Thx evbdy
You need to download the latest version of SSDT from http://msdn.microsoft.com/en-us/data/hh297027. Or you should be able to get it inside Visual Studio by choosing "SQL-> Check for Updates" from the top menu bar. This will install the latest SSDT and DacFx bits, and fix this error.
Unfortunately SSDT and SSDT-BI have confusingly similar names but are separate downloads with different functionality. That's why your installation of the SSDT-BI tool didn't fix this error.

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

Working with Microsoft Moles in 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!

Resources