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.
ButtonSpinner가 사용되는 Xaml을 표시 할 수 있습니까? 우리가 실제로 어떤 값이 TargetType을 할당했는지를 알 수 있다면 유용 할 것입니다. – AnthonyWJones
실버 라이트 앱에서이 inputToolkit : ButtonSpinner를 사용할 수 없습니다.이 용어는 전체 솔루션에서 검색합니다. inputToolkit : ButtonSpinner를 찾을 수 없습니다. 그러나 같은 해결책이 다른 기계에서 작동하고 있습니다. 나는 문제를 이해할 수 없습니다. – Ramakrishnan
@AnthonyWJones : 내 질문을 업데이트했습니다. – Ramakrishnan