The Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager service could not be found - visual-studio

I'm using VS2008 to develop an app. Now, whenever I connect to database in Server Explorer, it shows me the report
The
Microsoft.VisualStudio.Data.Interop.IVsDataProviderManager
service could not be found.
And whenever I'm trying to Open my LINQ Datacontext in APP_CODE in Solution Explorer, it alerts a pop up msg which says
Visual Studio Unexpected Error
Can anyone help me so solve this problem please, thanks you.

Just goto start -> Run -> type devenv /ResetSkipPkgs
This solved my problem.
Happy Programming....................
Mohan

It is the services missing error. It's very easy to resolve; just go to TOOLS options and select the OPTIONS check the AUTO RECOVER option. It may be solved

If All those points above not worked ...try to reinstall your .NET Framework or install .net Framework 4.5.2
Regards

Related

the breakpoint will not currently be hit at Vs 2015

In my WCF project at Vs 2015 when I add break point for debugging I got this message:
the breakpoint will not currently be hit no symbols have been loaded for this document.
I do googleing and none of other's answer worked for me !!!
for example: Right click the Solution in solution explorer, click "clean solution", this deletes all the compiled and temporary files associated with a solution.
and this and this
any suggestion?
thank you
If your solution is having shared projects with other solutions which is also open then close the other solution. Then clean the solution and restart Visual Studio. Then do rebuild (rather than build, though it is cleaned).
Hope this will fix the issue.
I finally got what is my problem. I have a big mistake. I decide write that , where was my problem because maybe it is helpful for other developer.
I fresh installed windows and after that I installed VS 2015. because I did not install IIS , Vs used of IIS Express. this is was my problem. for solve that, I installed IIS and then in properties of my project and Web section and server part I select Local IIS and then Create virtual directory. now my problem gone.
Right Click the Project and click properties.
Under Build the Active Configuration should be set to Debug.
While running the code with F5 or Play button.
Make sure Debug is selected instead of Release in the drop down next to Play button.
I put myself in a stupid situation.
I remember setting this, and it was a bad idea...
In the Attach to Process dialog, I had the Attach to: set to the older Managed setting 3.5, 3.0, 2.0.
when I should have been using Managed (4.6, 4.5, 4.0). I'm actually using 4.7, but this works for me.
Be sure to match your target framework!

How to add service references in VC++ with VS2013?

With VS2008, we can add web services after setting VC++ projects to CLR.
But VS2013 doesn't give any option to add service references after doing this change.
Does anyone know how to add it?
Thanks a lot.
Run wsdl.exe with the /language:cpp option from the Visual Studio Command Prompt.
by Hans Passant

Project Creation Failed in Visual Studio Express 2012 for Windows Desktop

I installed Microsoft Visual Studio Express 2012 for Windows Desktop on my Windows 7 Ultimate(32bit) PC. I've registered it. My problem is about its Visual C++ projects. When I tried to created a VC++ project it says,
"Creating project '<project_name>'... project creation failed."
But I think Everything installed correctly and I can't find any wrong with this software. Please Help me what's the problem. I re-installed the program many times and run it with administrator, disabled UAC but nothing helped me
This seems to be a frequent problem related to UAC and administrative rights.
I tried all the above solutions, but the below mentioned steps helped me at last. Please try out that if none of the above solutions worked for you.
Go to Libraries\Documents folder
Right click on the folder IISExpress and click Properties
Go to Advanced options
Under Compress or Encrypt attributes, please uncheck the checkbox 'Encrypt
contents to secure data'
Click Ok and apply.
Now try to create a project, hope you won't get the error again.
Try installing this update KB2781514
This works for me

How to convert a solution from VS2003 to VS2005?

I have builded a solution in VS2003. Now i want to migrate to VS2003. I know that when I open the VS2003 solution in VS2005 the IDE will convert the solution to VS2005.
But I am getting the following error window when I click on convert in the conversion wizard:
e:\Test.vcproj can not be opened because it's project type(vc.proj) is not
supported by the version of the application.to open this use a version that support
this
How can I resolve this?
Any help is greately appreciated.
Your installed version of VS2005 does not include C/C++ support. Reinstall VS2005 and make sure you tick the appropriate checkboxes in the Setup, then you will be able to open .vcproj files.
I'm not 100% sure of the error in your case, but the only time I've seen errors like this it was because I did not have the appropriate components of Visual Studio installed. Make sure that your installation is configured with all the components you need and retry. :)
Try running this command using Visual Studio 2005 Command Prompt (if you're using Vista, make sure you "Run as Administrator":
devenv.exe /resetskippkgs
From here: /ResetSkipPkgs (devenv.exe)

Error: The project type is not supported by this installation

I'm trying to open a silverlight project in Visual Studio 2008 and getting this error.
The project type is not supported by this installation.
Let me tell you I did installed:
VS2008
SP1
Silverlight Tools 3
Silverlight SDK
Silverlight
And they were installed in the sequence they are mentioned here. Still I'm getting the same error.
Adding some more details which might be helpful in identifying the cause:
When I try to create a new silverlight project it gives me error "Object reference not set to an instance of an object". And shows "...project creation failed."
I tried unistalling all of the things and installing them again. It really took a lot of time but didn't solved my problem.
Any help appreciated.
Open the project.csproj file with another editor, delete whatever you find between
<ProjectTypeGuids></ProjectTypeGuids>
I've had the same error when I tried to open a solution which required VB.NET, despite everything (to my knowledge) being C#.
If you've done a full install of VS then try this solution: http://andrewgunn.blogspot.com/2008/03/silverlight-project-type-is-not.html
Let us know how it goes.
Do you know who the silverlight project was created by? If so, then contact them and ask them if they used VS 2008 or if they used VS 2010 beta 1/2 (VS 2010 has a lot more and better support for silverlight so it's probable)
If they used VS 2010, then just go to the microsoft website and download you a copy... it's free(right now)
(and if you'll be doing much silverlight development, I'd recommend downloading it anyway. It has code completion for XAML!)
run devenv /setup

Resources