You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open it in Visual Studio and run it with debugging (F5).
Modify the option in OptionsPageTest in Tools -> Options.
Try to export the settings.
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]
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
F5
).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 fixedGuid
for theComVisible(true)
class (AFAIK it uses the class Guid to register it) but that didn't help either... I'dThe text was updated successfully, but these errors were encountered: