错误消息的原因是什么?我正在使用vs2015 express RC

rt2*_*800 2 vs-2015-preview

关注消息的原因是什么?当我在vs2015中选择任何菜单时会出现此消息.

The number of generic arguments provided doesn't equal the arity of the generic type definition.Parameter name: instantiation

我在Win8.1 Pro 64位客户端操作系统上使用vs2015 Express RC.

小智 6

我也面临同样的问题.我删除了下面的缓存文件,它对我有用.


执行以下命令powershell:

Remove-Item -Recurse -Force ($env:APPDATA +  "\..\Local\Microsoft\VisualStudio\14.0\ComponentModelCache")
Run Code Online (Sandbox Code Playgroud)