Open anderhil opened 9 years ago
Seems that Nemerle extension for VisualStudio has not installed properly. Please enable logging in VisualStudio:
devenv.exe /log C:\VS2013log.xml
Than try to open/create project and look into this file (open it with IE).
I had this issue with VS 2013 - The fix for me was to define an environment variable called "Nemerle" which pointed to the Nemerle plugin directory (usually in 'C:\Program Files (x86)...')
The issue was that MSBuild was not able to find any of the Nemerle binaries. Let me know if this fixes your issue.
Have you installed VS 2013 Update 4 ?
I installed the last version of nemerle which claims to support 2013, but I cannot create any project, it always gives me the error:
"*.nproj cannot be opened because project type is not supported by this version of application"
How can I fix it? I want to start using nemerle, but this issue is freaking me out. I don't want to use other IDE, cause I want to use Visual Studio 2013 for this.