Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails on VS2019 #3

Open
dotMorten opened this issue Jan 14, 2019 · 3 comments
Open

Fails on VS2019 #3

dotMorten opened this issue Jan 14, 2019 · 3 comments

Comments

@dotMorten
Copy link

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
Copy link

kvbhat commented Jan 21, 2019

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
Copy link
Author

dotMorten commented Jan 21, 2019

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

@EmilAlipiev
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants