Monday 25 April 2011

The 'RadLangSvc.Package, RadLangSvc.VS, Version = 10.0.0.0, Culture = neutral, PublicKeyToken = 89845dcd8080cc91' failed to load

A couple of days ago, using the Schema Compare tool included in Visual Studio 2010 Ultimate, I ran into an error that reads:

"The 'RadLangSvc.Package, RadLangSvc.VS, Version = 10.0.0.0, Culture = neutral, PublicKeyToken = 89845dcd8080cc91' package did not load Correctly."

The system continues to operate apparently, only after the settings when we kick off the comparison, the environment crashes fatal.
After a little 'research I found this post which in turn refers to that.

The problem is essentially due to the installation of SQL Server 2008 R2, which affected various components associated with the SQL scripting. The same symptoms occur it is also using the SQL shell included in VS, even though I had installed the R2 for a while, 'I have not noticed it before because I always use the environment to SQL Server Management Studio.
The proposed solution is to simply re-run the post installation

DACProjectSystemSetup_enu.msi

located on the installation disc in the folder of VS 2010

\ WCU \ DAC

but for more serious problems may need to rerun the other two in the same folder installer

TSqlLanguageService_enu.msi
DACFramework_enu.msi

take care of it in VS closed and once the installation is complete, there is no need to restart everything is already back in place.

13 comments:

  1. lakshmanakumar18 July 2011 at 07:21

    Ya... its working :) thank you

    ReplyDelete
  2. Had the same issue. It got was solved by just running the first msi package... thanks!

    ReplyDelete
  3. Ravi Kumar Vooda5 August 2011 at 05:37

    It is working after i have installed all the 3 packages. Thank you vert much.

    ReplyDelete
  4. You really owe me in big time, it is working......Thanks mate!

    ReplyDelete
  5. Please provide me path for 'DACProjectSystemSetup_enu.msi' file

    ReplyDelete
  6. DACProjectSystemSetup_enu.msi file located in the installation disc of visual studio.

    Please find the below path(ex: F drive).

    F:\WCU\DAC\DACProjectSystemSetup_enu.msi

    ReplyDelete
  7. Hi, I have this problem but in the SQL Server, please help me.

    ReplyDelete
  8. Had to run all three to fix it, but that worked perfectly. Thank you for this post - very, very helpful.

    ReplyDelete
  9. Worked perfectly - thanks...

    ReplyDelete
  10. Ran the first one as suggested, worked like a charm!

    Thanks

    ReplyDelete
  11. So when I run those, I get a higher version is installed and I should uninstall it.. Any sugguestions?

    ReplyDelete