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

Settings export using an options page generated from the template isn't working #538

Open
segevfiner opened this issue Jan 2, 2025 · 0 comments

Comments

@segevfiner
Copy link

Steps to Reproduce:

  1. Clone https://github.com/segevfiner/OptionsPageTest
  2. Open it in Visual Studio and run it with debugging (F5).
  3. Modify the option in OptionsPageTest in Tools -> Options.
  4. Try to export the settings.
  5. You will often get an error, and the MyOption will be missing from the exported vssettings file.

This uses SupportsProfile as the generated options page cs file tells you to, and I also tried settings a fixed Guid for the ComVisible(true) class (AFAIK it uses the class Guid to register it) but that didn't help either... I'd

Your settings were exported, but there were some errors.

Error 1:  Failed to export settings for 'General' [code 7009]

image

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

1 participant