1

我继承了一个相当大的项目,需要从 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 之间可能丢失了一些文件,但我不确定从哪里开始寻找要修复的更改。任何帮助,将不胜感激。

4

0 回答 0