I\'m facing some issues with a WPF binding to a static property. In my application there is a class called Globals which contains a static property
Ensure Globals.ThisAddIn is public.
Globals.ThisAddIn
You may also get this if you are using a resource file in which case you also need to ensure the access modifier is set to Public:
Public