Closed Kobus-Smit closed 7 years ago
I know that plugin has problems detecting dsl files within the solution folders, but have not yet looked how to fix that. But it shouldn't break if you don't have any files in the root project... I get a different error message, so it might also be a VS version issue.
Which VS are you using?
Visual Sudio 2017 v15.3.5 on Windows 10
It's not that critical issue to me, just kind of cosmetic.
It should be working with new version. You can download it off: https://github.com/ngs-doo/dsl-compiler-client/releases/tag/VS1.7.3
Thanks @zapov.
I've created PR #85 Fix parsing/compile error when project name ends in .dsl
Seems the Visual Studio plugin only detect .dsl files if they are in Projects in the top level of the Solution Explorer.
If my Project with my .dsl files is in a Solution Folder then the Parse button returns:
and the Compile button:
Object reference not set to an instance of an object.
I'll put it on my TODO list to fix someday but for now I just move my Project to the top level.