Search code examples
visual-studiolinqsolution-explorer

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


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.


Solution

  • Just goto start -> Run -> type devenv /ResetSkipPkgs

    This solved my problem.

    Happy Programming....................

    Mohan