Samsung / vs-tools-cps

Tizen.NET applications 개발을 위한 Visual Studio extension
Apache License 2.0
15 stars 9 forks source link

Fails on VS2019 #3

Open dotMorten opened 5 years ago

dotMorten commented 5 years ago

The VSIX installer claims VS2019 is supported, but when you go to install it, it'll tell you the VS2017 editor component is missing, due to a manifest problem. image

You can see here in the vsix that the manifest is merely requiring all versions from 2017 and up: https://github.com/Samsung/vs-tools-cps/blob/master/src/Tizen.VisualStudio.VsixSetup/source.extension.vsixmanifest#L11-L13

However, further down it requires the 2017 Editor to be installed: https://github.com/Samsung/vs-tools-cps/blob/master/src/Tizen.VisualStudio.VsixSetup/source.extension.vsixmanifest#L44

I tried manually fixing the manifest so the core editor wasn't a pre-req, and the extension then installs just fine. However the extension doesn't work correctly, and the tizen tabs in the project editor, as well as deployment doesn't work.

kvbhat commented 5 years ago

Hi @dotMorten , Thanks for the feedback. We are working on the same. Currently the extension is only supported in VS 2017. The documentation is incorrect. We will work on adding support for VS 2019 shortly. Please try the same with VS 2017 till then.

Thanks

dotMorten commented 5 years ago

The documentation isn't wrong. That's derived from the manifest, which is wrong, as pointed out in the first link.

EmilAlipiev commented 5 years ago

there is this new link which works for me. did you try yet? https://marketplace.visualstudio.com/items?itemName=tizen.VSToolsforTizen&ssr=false#overview