Silverlight 2 から Silverlight 4 へのアップグレードが必要なかなり大きなプロジェクトを継承しました。最近、プロジェクトをテストしようとしてエラーが発生しました。
Microsoft JScript runtime error: Unhandled Error in Silverlight Application Set property 'System.Windows.FrameworkElement.Style' threw an exception. [Line: 257 Position: 27] at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at ESM.Visualization.MainPage.InitializeComponent()
at ESM.Visualization.MainPage..ctor()
at ESM.Visualization.App.Application_Startup(Object sender, StartupEventArgs e)
at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
Silverlight 2 と 4 の間で失われたファイルがいくつかあると思いますが、修正する変更をどこから探し始めればよいかわかりません。どんな助けでも大歓迎です。