我有MSVS 2013和Windows 7。我试过安装Codemaid,但当我启动一个工作室时,出现了错误:
The 'CodemaidPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the
installation of another extension. You can get more information by examining
the file
'C:\Users\xxxx\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml'.日志中有一些错误:
<errorinfo>Exception has been thrown by the target of an invocation.</errorinfo>
<description>Package failed to load; error message suppressed by skip flag</description>有人能给点建议吗?
发布于 2017-07-26 03:52:50
你知道你安装的是什么版本的.NET吗?从CodeMaid v10.3开始,需要.NET 4.6.2。
这里有更多信息:https://github.com/codecadwallader/codemaid/issues/443
如果这还不能回答您的问题,那么直接在存储库中打开问题通常是获得帮助的最佳方式。https://github.com/codecadwallader/codemaid/issues
发布于 2019-04-05 23:16:11
这可能会帮助你有一个已知的bug https://github.com/codecadwallader/codemaid/issues/634
https://stackoverflow.com/questions/45295216
复制相似问题