WPFDevelopers icon indicating copy to clipboard operation
WPFDevelopers copied to clipboard

WPFDevelopers.Net45x.Window

Open PYTHINKS opened this issue 2 months ago • 1 comments

Hello ! I use Class Library to create the application The following error occurred

Image

`---------------------------


System.TypeInitializationException: The type initializer for 'WPFDevelopers.Net45x.Window' threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object.

at WPFDevelopers.Net45x.Window.GetResourceKey[T](String key)

at WPFDevelopers.Net45x.Window..cctor()

--- End of inner exception stack trace ---

at WPFDevelopers.Net45x.Window..ctor()

at ThinkToolTest.ChartBarExample..ctor() in C:\Users\Admin\Desktop\ThinkToolSLN\ThinkToolTest\ChartBarExample.xaml.cs:line 13

at ThinkToolTest.TestLockFamily.Execute(ExternalCommandData commandData, String& message, ElementSet elements) in C:\Users\Admin\Desktop\ThinkToolSLN\ThinkToolTest\TestLockFamily.cs:line 132

at RevitAddinManager.Command.AddinManagerBase.RunActiveCommand(AddInManagerViewModel vm, ExternalCommandData data, String& message, ElementSet elements)

OK

`

PYTHINKS avatar Oct 22 '25 08:10 PYTHINKS