How to uninstall Visual Studio 2010 Beta 1 - visual-studio-2010

What are the steps necessary to properly uninstall VS 2010 Beta 1?

I'd recomend the following post: http://support.microsoft.com/kb/2001109
It works for me :)

Didn't have any problem with uninstalling it. I just went to Add/Remove Program (or whatever it is in other version of windows) in the control panel and uninstalled the main one (Visual Studio 2010). this also removed all the other related installations.

Related

Unity Could not find any supported Visual Studio installations

Problem picture
Environment:
Windows10 Professional Visual Studio 2017 Unity 2017.4.12f1
I changed the default installation path of Visual Studio 2017 and installed it successfully.
The install path as follows:
D:\win10\Program\visual_studio\2017
However, in the Build setting of Unity, it still can't find my Visual Studio 2017.
How can I solve the problem? Thanks~
Go to Edit > Preferences, and select your Visual Studio to be the preferred external editor. Use Browse if Visual Studio is not listed. More info here.
You need to install windows 10 SDK
https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk/
Here's a third answer. I just bumped in to this, and checked that yes VS was the preferred editor, so I went to open up VS to try uninstalling and reinstalling the GameDevWithUnity workflow, but VS popped up a dialog saying I needed to reboot my computer before installation could complete. So it seems like VS was stuck in the middle of an upgrade, which makes it reasonable that Unity couldn't find an appropriate version. I rebooted and everyone is happy.

Visual studio 2010 tools are not working

I am using system windows 7 with 64 bit. I have installed VS 2010 Ultimate in my system. I could not handle so many things. If i press F12 It is not navigate to the particular definition. And Navigate Bar is missing in top of the page to choose the class objects.
The following image will show the difference,
Newly installed VS
why this difference? Is anything wrong what ihave installed? Please Help Me.
may be because of virus and Trojan it happens reinstall Visual Studio professional edition instead of Ultimate version i have also faced many problem with Ultimate edition
Everything is fine. But we should install Visual Studio 2010 SP1. Then i restart my system. All menu's are working fine.

Lightswitch not working in Visual Studio 2013

I'm having trouble getting lightswitch to work on my home computer.
If I try to create a new lightswitch silverlight project I get the following message:
If I try to open a project created on my laptop I see:
I've tried both to repair and reinstall visual studio with no change.
Any clues?
Have you installed it as an optional feature?
See this link:
http://social.msdn.microsoft.com/Forums/en-US/577ddba0-1440-43aa-8bba-18c587ee611f/open-project-lsproj-with-visual-studio-2013?forum=lightswitch
Specifically the install picture a few posts down:
EDIT: You may have to select "Modify" (depending on installer) to see that screen.
Which update of Visual Studio 2013 you have? As described here Update 2 CTP 1 has known issues and not recommended to install for LightSwitch development.
From Add/Remove Programs in the control panel, uninstall "SQL Server Data Tools 2013". Then re-install VS 2013 Update 1.
If the solution works, then you can try to reinstall SSDT by using the standalone installer.

Install Visual studio 2010 sp1 Error

when I want to install visual studio 2010 sp1 i get this error:
KB2529927v2 does not apply, or is blocked by another condition on your computer.
How can I fix it?
i think Windows Update isn't as accurate as the Installer itself.
The solution is running a visual studio 2010 product repair from the Programs and features, located on windows control panel.
also at super user site also said :
https://superuser.com/questions/363254/kbxxxxx-does-not-apply-or-is-blocked-by-another-condition-on-your-computer
I was facing the same issue, I just installed the VS2010 SP1 again through the below link and it worked like a charm.
https://download.cnet.com/Microsoft-Visual-Studio-2010-Service-Pack-1/3000-2070_4-75451099.html

TFS Client Error using Visual Studio 2010

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

Resources