These days my VS2013 work and connect TFS server normally. But this morning I uninstall .Net Frameword 4.5.1 then reinstall .net Framework 4.5. After install finished I open VS2013 and connect TFS Server, the message like this occur Team Foundation Error Page '3185...2e50' not found
Please help me solve this issue. Many thanks
Why did you uninstall .Net 4.5.1? It is required by TFS 2013 (check here). TFS Object Model (used by VS 2013 to connect to TFS) is built against .NET 4.5.1. I suggest you re-install .Net 4.5.1 to fix it.
Related
So, I am currently unable to install SSIS BIDS for Visual Studio 2013 (http://www.microsoft.com/en-us/download/details.aspx?id=42313). I have Visual Studio 2013 and Sql Server 2014 Developer version. I am getting an error right away that says "The .NET Framework 4.5.1 is required for SQL Server Data Tools - Business Intelligence." I have .NET 4.5.1, I can actively target that framework, and just to be sure I tried to install the 4..51 client profile again but it says I already have a newer version installed.
I have seen that in this question: Using SSIS BIDS with Visual Studio 2012 / 2013, that some people were experiencing an architecture error, but that is not the error I am getting. Really stuck on this, any insights would be appreciated.
You want SSDT, not BIDS. It was renamed a few years ago. The link for your version should be here: http://www.microsoft.com/en-us/download/details.aspx?id=42313 ; And I see that you linked that in your answer. Have you tried uninstalling .NET 4.5.1 and letting it install it from the SSDT setup?
I have been getting this strange error with VS2010 TFS client, whenever i try to do
any operation related to TFS.
Method not found: 'System.String
Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem.get_LockOwnerDisplayName()'
More background : I was working with TFS build services on my machine and
later I uninstalled the TFS build services .. And after that i started getting this problem.
Also I repaired VS 2010 (Pro edition) and also re-installed VS 2010 SP1 .
Reinstalled TFS build services, reinstalled tfs power tools also
But still the problem persists.
Any clue how to repair/fix this?
Any way to fix the TFS client part of VS2010 ?
After installing the following hotfix,the problem was fixed.
FIX: A hotfix for Visual Studio 2010 SP1 is available to add compatibility support for Visual Studio Team Foundation Service Preview
Intresting point from the above site :
Note The following hotfix includes all the Team Foundation Client
hotfixes that were released after Visual Studio 2010 SP1 was released.
Hope this is helpful to others too.
(I guess this must have refreshed my VS2010 TFS client files)
Another solution :
Bind and rebind the project to the TFS server.
It has solved the problem in my case.
Good Luck.
This same issue happened to me after Windows Update installed update KB2813041 to Visual Studio 2010. After I uninstalled this individual update, it started working again.
Here's how to uninstall an individual update. Go to Control Panel > Windows Update > View Update History > Installed Updates (appears in a sentence at the top of the dialog). Then, scroll through the list of updates looking for Visual Studio and then right-click on the update you want to uninstall and click Uninstall.
Hopefully this helps somebody.
Thanks,
Andy
I'm trying to deploy a Nintex Sharepoint workflow from Visual Studio 2010, on a Windows 7 Ultimate x64 machine, running Sharepoint 2010, and I keep getting this error:
Error occurred in deployment step 'Recycle IIS Application Pool': Microsoft .NET Framework 3.5 SP1 is not installed on this system. It is required to perform this operation.
Any ideas what the problem might be or how to fix?
I kind of stumbled across the answer. I found a couple people who addressed similar issues by disabling .NET Framework 3.5.1 in Windows Features.
I turned the feature off, rebooted and it works. No more error.
I think that as the error states, you need to install Microsoft .Net Framework 3.5 SP1 on you machine. You can download it here: http://www.microsoft.com/download/en/details.aspx?id=22
Yesterday i had problem with connecting SQL server 2005 with VS 2010, then i download "SQLManagementStudio_x86_ENU" (SQL server Management Studio 2008) from Microsoft's website, now it asks for .NET 3.5 Framework. and when i tried to Install 3.5 framework, it again throw error. i think it comes because i already have 4.0 Framework in my PC and we can overlap with 3.5, any guess???
.NET 3.5 and 4 should run well side by side. Maybe there's some error in installer or your .Net installation.
Here are people with similar problem
http://forums.iis.net/p/1165685/1941233.aspx#1941233
They advice to change some key in the registry
If this fails, try to download SSMS 2008 R2 or 2005. Both are free, and 2005 doesn't use .NET 3.5
I had Visual Studio 2008 and 2005 installed on my machine , unfartunately i have to install VS.NET 2003 on it to work on an old project. However after the installation now my VS2008 projects are not compiling as they are unable to resolve the .NET core namespaces. I trying reinstalling .NET 3.5 and VS2008 but it still giving me the same errors while building the solution.
anybody had such experience and any tip to solve it?
strangelly VS 2005 is working fine and it means its working fine with .NET 2.0 deployments however its causing issue with ASP.NET MVC project in VS 2008 which is certainly using .NET 3.5 and yes i have given a try to reinstallation as well
rifferte is correct in that it's safest to install in the other they are released.
Probably the best thing to do at this point is to repair your Visual Studio 2008 installation. You can do this through the Control Panel -> Add Remove Programs menu. This should fix the issues you are seeing.
I think you should try the advice here:
http://channa.gunawardena.org/2008/12/installing-visual-studio-2003-after.html
Basically - you actually have to reinstall the framework outside of VS. That being said - the best advice is to always install VS editions in the order they were released.