unable to load Assembly

后端 未结 2 943
眼角桃花
眼角桃花 2020-12-22 07:53

I\'m getting a strange error from my VisualStudio 2008 installation in Windows 7 and I wonder whether anyone knows how to fix that:

Unable to read the

相关标签:
2条回答
  • 2020-12-22 08:37

    I found a thread on social.msdn.microsoft.com, http://social.msdn.microsoft.com/Forums/en/vssetup/thread/59fa45ee-ac51-4325-83fa-26389a33c22f

    Iе offers that the .NET install might be corrupted and suggests uninstall .NET and do a full 3.5 SP1 install.

    My IT department did a windows update and it interrupted my VS install with the "MSBuild assembly not found", and I have to wait for them to fix it because I don't have install rights.

    Let me know if this works.

    0 讨论(0)
  • 2020-12-22 08:58

    Try running gacutil -l to check if the MSBuild assemblies are installed

    0 讨论(0)
提交回复
热议问题