0

此異常我,無效的屬性值inputToolkit:ButtonSpinner財產的TargetType -While XAP加載

System.Windows.Markup.XamlParseException was unhandled by user code 
    Message="System.Windows.Markup.XamlParseException: Invalid attribute value StylePalette for property Property. [Line: 6024 Position: 26]\r\n at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse)\r\n at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers)\r\n at System.Windows.Markup.XamlReader.Load(String xaml)\r\n at System.Windows.Controls.Theming.ResourceParser.Parse(Stream stream, Boolean checkTypes)\r\n at System.Windows.Controls.Theming.Theme.LoadTheme(Stream themeResourceStream)\r\n at System.Windows.Controls.Theming.Theme..ctor(Assembly themeAssembly, String themeResourceName)\r\n at System.Windows.Controls.Theming.TwilightBlueTheme..ctor() [Line: 0 Position: 0]\r\n --- Inner Exception 
---\r\nInvalid attribute value StylePalette for property Property. [Line: 6024 Position: 26]\r\n" 
    LineNumber=0 
    LinePosition=0 
    StackTrace: 
     at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) 
     at SilverlightApplication7.MainPage.InitializeComponent() 
     at SilverlightApplication7.MainPage..ctor(String ImagePath, String serviceUrl, String docId) 
     at SilverlightImageApplication.App.Application_Startup(Object sender, StartupEventArgs e) 
     at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args) 
     at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName) 
    InnerException: System.Windows.Markup.XamlParseException 
     Message="Invalid attribute value StylePalette for property Property. [Line: 6024 Position: 26]" 
     LineNumber=6024 
     LinePosition=26 
     StackTrace: 
      at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, Boolean expandTemplatesDuringParse) 
      at MS.Internal.XcpImports.CreateFromXaml(String xamlString, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers) 
      at System.Windows.Markup.XamlReader.Load(String xaml) 
      at System.Windows.Controls.Theming.ResourceParser.Parse(Stream stream, Boolean checkTypes) 
      at System.Windows.Controls.Theming.Theme.LoadTheme(Stream themeResourceStream) 
      at System.Windows.Controls.Theming.Theme..ctor(Assembly themeAssembly, String themeResourceName) 
      at System.Windows.Controls.Theming.TwilightBlueTheme..ctor() 
     InnerException: 

我使用 的Visual Studio 2008,Silverlight的 3.0, Silverlight工具包2009年7月, 的Silverlight工具VS 2008 SP1。

+0

您可以顯示在正在使用的ButtonSpinner XAML中?我可能對我們有用,以便能夠看到已分配TargetType的值。 – AnthonyWJones 2011-02-18 09:33:21

回答

0

如果您在Visual Studio中,通過導入一些VsSettings或手動更改調試設置中更改用戶設置。

請回復到在Visual Studio IDE.Tools->導入和導出設置 - 默認的Visual C#設置>復位所有設置

的SL造型元素通常吞下某些exceptions.Your調試設置可能嚴格:)

這招很適合我,請更新如果仍然沒有爲你工作。

感謝, 維傑。