danielscherzer / GLSL

VSIX Project that provides GLSL language integration.
257 stars 28 forks source link

The OptionsPagePackage package did not load correctly. #89

Closed zihaoliu22 closed 3 years ago

zihaoliu22 commented 3 years ago

Installed product versions

Description

I recently updated the extension from 0.10.125 to 0.10.131. Then I got the following errors when I try to edit the GLSL configuration:

image

The activity monitor xml file shows:

image

Any idea of how to address this issue, or if there is a compiled older version of GLSL language extension (0.10.125) that I could download, would be appreciated.

Steps to recreate

  1. download Visual Studio 2017 Professional
  2. Install the latest GLSL language extension from visual studio marketplace.
  3. Go to tools and then GLSL Language Extension.
  4. The error should show up.

Current behavior

the extension does not run in the Visual Studio environment I had locally. I attached error message.

Expected behavior

The latest extension should work as expected in the Visual Studio Professional 2017.

danielscherzer commented 3 years ago

Version 0.10.125 of the extension did work, but 0.10.131 does not work for you? Is this correct?

Most likely this is due to package updates I did for preparing VS2022 compatibility. Is it possible for you to update to VS2019?

zihaoliu22 commented 3 years ago

thanks for the response. Version 0.10.125 did work, but 0.10.131 does not work on my visual studio 2017. correct.

I currently only have the visual studio 2017 Professional. Is it possible for me to download the 0.10.125 version instead?

danielscherzer commented 3 years ago

Thanks for the information. We currently think if we keep VS17 support or drop it. So possibly a future version will again work on vs17.

Yes the version is available on github: https://github.com/danielscherzer/GLSL/releases/tag/0.10.125

zihaoliu22 commented 3 years ago

I got the 0.10.125 to work on the visual studio 2017. Thanks.