2

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?

lesderid
  • 3,388
  • 8
  • 39
  • 65

1 Answers1

5

I switched off ReSharper (Tools -> Options -> ReSharper -> Suspend), and this solved the same problem for me.

Androniq
  • 76
  • 1
  • 5