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: 

위해 나는 비주얼 스튜디오 2008, 실버 라이트 3.0, 실버 라이트 툴킷 2009 년 7 월 실버 도구에 대한 사용하고 있습니다 VS 2008 SP1.

+0

ButtonSpinner가 사용되는 Xaml을 표시 할 수 있습니까? 우리가 실제로 어떤 값이 TargetType을 할당했는지를 알 수 있다면 유용 할 것입니다. – AnthonyWJones

+0

실버 라이트 앱에서이 inputToolkit : ButtonSpinner를 사용할 수 없습니다.이 용어는 전체 솔루션에서 검색합니다. inputToolkit : ButtonSpinner를 찾을 수 없습니다. 그러나 같은 해결책이 다른 기계에서 작동하고 있습니다. 나는 문제를 이해할 수 없습니다. – Ramakrishnan

+0

@AnthonyWJones : 내 질문을 업데이트했습니다. – Ramakrishnan

답변

0

Visual Studio에서 사용자 설정을 변경 한 경우 일부 VsSettings를 가져 오거나 수동으로 디버그 설정을 변경하십시오.

는 비주얼 스튜디오 IDE.Tools-> 가져 오기 및 내보내기 설정 -의 기본 비주얼 C#을 설정으로 되돌아하십시오> 모든 설정을

가 sl 스타일링 요소를 재설정하는 것은 일반적으로 특정 exceptions.Your 디버그 설정이있을 수 있습니다 제비 엄격 :)

이 트릭은 저에게 효과적입니다. 아직 작동하지 않으면 업데이트하십시오.

감사합니다. Vijay.