after uninstalling visual studio 2013 error getting opening SQL Server 2012 - visual-studio-2013

I am using SQL Server 2012, after un-installing visual studio 2013 I am getting an error on opening SQL Server 2012. The error I am getting when I am doing a run ->
SSMS is
Cannot find one or more components. Please reinstall the application.
Can somebody please help me why this is?

Uninstalling Visual Studio might have affected some shared components needed by SQL Server Management Studio. Running a repair of your SQL Server installation should fix the problem.

Related

Microsft SQL Server Data Tools for Visual Studio 2015 giving debugging error

I have created small SSIS project in SQL Server Data Tools for Visual Studio 2015. While debugging the project I am getting below error.
Unable To Start debugging.
The Debugger is not properly installed
Run setup to install or repair the debugger. (Microsoft.DataTransformationServices.VsIntegration).

Avoid restarting each time a dtsx package locks in VS 2013

This is driving me crazy. I'm using SSDT-BI for Visual Studio 2013 and have to restart my machine each time a dtsx package is locked. There is a good post on how to get around this for SSIS 2012 , but can't find anything on how to fix the problem for 2013. Any help appreciated
OK, A stupid mistake, should have been running SSDT-BI on Visual Studio 2012 in this client environment as they are using SQL Server 2012. SSDT-BI on VS2013 doesn't work properly with SQL Server 2012, requires SQL Server 2014.
Perhaps this will help someone!

How to fix/reinstall SQL Express for Visual Studio 2010?

When I try clicking "Show Table Data" in VS2010, I get this error message:
This started happening after I installed VS11 Beta and then uninstalling it. I tried uninstalling and reinstall VS2010, but it didn't fix the issue. Is there some way to force the re-installation of the SQL Express Plugin/Addin for VS2010?
I can't seem to find anything of the sort on the MS website, they keep touting SQL Server 2012 Express.

Unexpected error when trying to connect to database in Visual Studio 2010

The problem:
In Visual Studio 2010 Professional I choose Server Explorer and right-click on Data Connections to choose "Add Connection". Then I get this error:
An unexpected error occurred in the
.NET Framework Data Provider for
Microsoft SQL Server Compact 3.5.
Please contact the provider vendor to
resolve this problem.
My enviroment:
Windows 7 SP1
Visual Studio 2010 Professional (trial version)
SQL Server 2008 R2 Express
I've tried
Installing Visual Web Developer Express (gives the same problem)
Reinstall of VS 2010 Professional
Reinstall of Sql Server 2008 R2 Express
Tools => Import and Export Setting => Reset all Settings
Run: Devenv.exe /ResetSkipPkgs
Comments
Maybe the registry is messed up in some way.
One post:
http://social.msdn.microsoft.com/Forums/en/vstsstart/thread/b6f7fc36-5a34-4166-9e75-7ac39993182b
says that I should modify the registry at
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0\DataProviders
But I don't even have a folder named DataProviders in the 9.0 (or 10.0) folder. So maybe that's a problem.
Thanks for any help!
I started "add and remove programs" and removed everything that was named something about "Visual Studio". Then I reinstalled Visual Studio 2010 Professional. And now it works!
I had to do the same and use the VS 2010 uninstall utility to remove everything, then reinstall it all. This was caused by ODP for .Net which didn't install properly and I could not connect to data sources and basically meant I could not edit the dataset file!

Problem installing SQL Server on Win 7 with Visual Studio

I have Windows 7 box.
I want to install SQL Server 2005 on it.
The box has following programs already installed:
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
I had SQL server 2008 which I uninstalled.
When I try to install SQL Server 2005, I get the following warning message:
If I click on "Check for solutions online", it says no solution exists.
If I click on "Run program", I get this error and SQL server is not installed
Please let me know if you have know of a solution to this.
Solved!
There are two folders in the installer - Server and Tools.
I was trying to install Server first, and it did not install.
When I ran setup.exe from Tools it installed.
Then I ran setup.exe from Server and it worked.
Windows 7 and Visual Studio installations did not have anything to do as I had speculated before.
Thanks.

Resources