Author Topic: Visual Studio 2019 solution support  (Read 2553 times)

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Visual Studio 2019 solution support
« on: April 11, 2019, 05:35:50 AM »
Hi

I've had to upgrade to MS VS2019 and SE pops up a dialog for each project in the solution saying it can't determine the version number.

Is support for opening VS2019 solutions on the roadmap?

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Visual Studio 2019 solution support
« Reply #1 on: April 11, 2019, 01:48:51 PM »
Yes, support will continue for Visual Studio.  Several changes are required for Visual Studio 2019, they are moving away from the old way of how we detected older versions and product paths.  They have tools and API's for the new way going forward, but the changes are far too much for a hotfix or even a point release.  SlickEdit version 24 will have this included later this year, and will go through the usual beta test cycle.

We may need to issue a v23 hotfix to mute the warning specifically for Visual Studio 2019 for the early adopters, but would still require manual setup of environment settings for builds and manual tagging of the 2019 standard libraries.
« Last Edit: April 11, 2019, 02:07:56 PM by Lee »

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Re: Visual Studio 2019 solution support
« Reply #2 on: April 11, 2019, 07:41:46 PM »
Thanks.  A hot fix that mutes the warning would be very much appreciated so that I can load import the workspace and navigate the code.  I have no problem doing manual configuration and tagging.

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Re: Visual Studio 2019 solution support
« Reply #3 on: May 09, 2019, 08:06:35 PM »
Is there any chance of a hot fix for this?  Having to hit enter or click OK for 50 plus projects in a workspace is making SE less joyful to use.

bengle

  • Senior Community Member
  • Posts: 168
  • Hero Points: 4
Re: Visual Studio 2019 solution support
« Reply #4 on: May 10, 2019, 12:42:24 AM »
I would like to add my vote for a v23 hotfix for this.

Graeme

  • Senior Community Member
  • Posts: 2796
  • Hero Points: 347
Re: Visual Studio 2019 solution support
« Reply #5 on: May 10, 2019, 09:13:52 AM »
If the following is the message you get then you can comment it out and reload the macro file with the load module command on the macro menu.  It's in wkspace.e

      _message_box('Unable to determine Visual Studio year from version='Version);

By the way, I found this by searching for "determine" with plus or minus two before/after lines, then searched the results for "version" - just in case the word "version" was on a different line to/from the word determine.

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: Visual Studio 2019 solution support
« Reply #6 on: May 10, 2019, 02:42:07 PM »
Changing this for next hotfix to a one-time prompt followed by passive warnings about unsupported new Visual Studio solutions.

rjpontefract

  • Senior Community Member
  • Posts: 250
  • Hero Points: 10
Re: Visual Studio 2019 solution support
« Reply #7 on: May 12, 2019, 08:47:07 PM »
That's great to hear, thanks.