
We recently upgrade to VS2012 and are now encountering a crash when our application starts that wasn't there with VS2010. It seems to be happening with the call to ThemesOfficeThemeCatalogRegistrar.Register(). Here is the stack trace:
Exception Info: System.TypeInitializationException Stack: at ActiproSoftware.Windows.Themes.ThemeManager.RegisterThemeCatalog(ActiproSoftware.Windows.Themes.ThemeCatalogBase) at ActiproSoftware.Windows.Themes.ThemeCatalogRegistrarBase'1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Register() at MyApp.App..ctor() at MyApp.App.Main()
Any thoughts?