Starcounter / Starcounter.VisualStudio

Starcounter Visual Studio development support
0 stars 0 forks source link

"Starcounter Application" project is created with wrong StarcounterVersionCompatibility #5

Closed joozek78 closed 7 years ago

joozek78 commented 7 years ago

Starcounter version: 2.4.0.1566

In VS select create new project from template "Starcounter Application". It fails to build, because it has StarcounterVersionCompatibility set to "2.3"

per-samuelsson commented 7 years ago

@joozek78

Did you install the extension using that said build, i.e. first uninstalling it, the reinstalling it using the .vsix file part of the distribution? If not, you have to.

Futhermore, to use the extension with 2.4 right now require you to install it like that, since the VS Marketplace for some reason can only support a single version of every extension to exist, and we need that to be the 2.3-compatible one. I've written about that here.

per-samuelsson commented 7 years ago

BTW, 2.4 is really in a state where you can't expect everything to work smoothly ATM. It's very much bleeding edge. But we are about to give it some love some time soon, starting with some meeting already tomorrow if I remember correctly.

joozek78 commented 7 years ago

I confirm, after reinstalling VSIX it works