LukaHorvat / HaskellPackage

Haskell integration for Visual Studio
22 stars 1 forks source link

Visual Studio Crashes Opening Any .hs File #1

Open RxDave opened 9 years ago

RxDave commented 9 years ago

The extension installed without reporting any errors, and I can open the GHCi window, but I can't get the editor to work at all. Opening even an empty .hs file causes VS to crash.

Any ideas?

Running devenv /log results in the following error as the last line of the log file:

728 ERROR The color 'Popup' in category 'de7b1121-99a4-4708-aedf-15f40c9b332f' does not exist.

LukaHorvat commented 9 years ago

Interesting. I can't say I know where the problem is. What version of VS are you running?

RxDave commented 9 years ago

Microsoft Visual Studio Professional 2013 Version 12.0.30723.00 Update 3 Microsoft .NET Framework Version 4.5.51641

Thanks for your repy!

LukaHorvat commented 9 years ago

I don't think I can help you there since I can't reproduce the problem. The error message you posted doesn't give me any clues I'm afraid.

RxDave commented 9 years ago

I'll try to debug it myself and let you know. Probably this weekend.

munael commented 9 years ago

I'm having the same problem with this plugin on VS 2013 Community. Any updates/leads? I can bring you any debug data you need if you specify steps...

Thanks.

LukaHorvat commented 9 years ago

Presently, I just don't have the time to fix the issues so the best I can do is offer an alternative. I've been having some luck with the Haskell package for the Atom editor.

I do plan to fix this project up sometime in the, not so distant, future.