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.
Related
i had installed oracle 12c on pc and visual studio 2015 when i tried to install ODAC for integrating oracle over visual studio
then i got an error that
[INS-50013] Oracle Developer Tools for Visual Studio .NET Error.
Please install Visual Studio before you proceed with this installation
i forgot to mention that i had installed visual studio in one user and oracle in another user though i could access all the features of both oracle and visual studio
Please give me the way to get out of this problem
Now supported VS2015. still not support vs2017.
Anyone can get from this:
http://www.oracle.com/technetwork/topics/dotnet/downloads/index.html
Updated: Now we can get ODAC for vs2017 at ODAC for vs 2017
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.
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!
I have installed sharepoint 2010 and the sdk, yet I cannot see / open sharepoint projects in Visual Studio. When I go to new >> Project, sharepoint is not anywhere in the options.
If I try and open an event receiver project, I get this project type is not supported in this installation.
I have tried reinstalling the Sharepoint 2010 SDK, and repairing VS 2010 Premium.
Does anyone have any ideas on what I need to do to get this to work?
I'm running VS 2010 Professional and when I ran VS 2010 SP1 it crashed during installation. After that I got the same error message when I opened a solution containing Sharepoint 2010 projects. I tried the following but it didn't solve it:
- Running VS 2010 repair
- Reinstalling VS2010 SP1
- Reinstalling .Net framework 4.0
Same error...
Finally I ran VS2010 setup, 'add remove features', and noticed that the 'Sharepoint Developer Tools' was not included anymore. I added it and now it works!
This was resolved by uninstalling and reinstalling VS 2010 premium. Go Figure!
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.