为什么 VS 无法使用自定义编辑器创建 VSPackage 项目?
我正在尝试创建一个 VSPackage 项目(使用 Visual Studio 2010 SP1 SDK),当我不添加自定义编辑器时该项目可以完美运行。但当我这样做时,它停留在“正在创建项目 VSPackageX...”并且 Visual Studio 基本上没有响应。
事件日志中没有任何内容,我不知道 Visual Studio 的日志文件位于何处。
关于如何解决这个问题有什么想法吗?
I am trying to create a VSPackage project (using the Visual Studio 2010 SP1 SDK), which works perfectly when I don't add a Custom Editor. But when I do, it's stuck at "Creating project VSPackageX..." and Visual Studio is basically unresponsive.
There's nothing in the Event Log and I don't know where the log files for Visual Studio are located.
Any ideas on how to solve this?
我关闭了 ReSharper(工具 -> 选项 -> ReSharper -> 暂停),这为我解决了同样的问题。
I switched off ReSharper (Tools -> Options -> ReSharper -> Suspend), and this solved the same problem for me.