Hi all,
this is the first time im trying to use WebGUI.
I'm trying to create a very simple silverlight app that contains only a button to test if it run fine...
Everything works fine with the .wgx extension, but when i try the swgx one i get the following error on startup:
Microsoft JScript runtime error: Unhandled Error in Silverlight 2 Application The type initializer for 'Gizmox.WebGUI.Silverlight.ThemeManager' threw an exception. at Gizmox.WebGUI.Silverlight.ThemeManager.ApplyTheme(FrameworkElement objFrameworkElement)
at Gizmox.WebGUI.Silverlight.Controls.BindablePanel..ctor()
at Gizmox.WebGUI.Silverlight.Controls.BindableDockPanel..ctor()
at Gizmox.WebGUI.Silverlight.Controls.BindableDialogPanel..ctor()
I have Silverlight 2 SDK Beta 2 installed
Anyone have a clue about what is wrong?