Missing documentation for system-assemblies in VS2012

南楼画角 提交于 2019-12-01 10:59:19

The most likely cause for this problem is the XML documentation for mscorlib is not installed in the same location as the mscorlib reference assembly. The best way to check for this

  • Expand the region at the top of the file
  • It will contain the full path of the assembly C# is using. For example

C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.5\mscorlib.dll

  • Open that directory in explorer
  • Check for mscorlib.xml

If the file is not there then it looks like the reference assemblies failed to properly install documentation. You could just copy it from another machine or repair the Visual Studio installation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!