BoldDeskWe are launching BoldDesk on Product Hunt soon. Learn more & follow us.
Hello,
I'm trying to use the Busy Indicator in my project but each time i add it to my xaml code, i got an Xaml Exception, and i don't know why.
I added the Reference to my Project and the xmlns:notification.
Here is the detailed exception :
L'exception System.Windows.Markup.XamlParseException s'est produite
HResult=-2146233087
Message= [Line: 0 Position: 0]
Source=System.Windows
LineNumber=0
LinePosition=0
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at Citations365.MainPage.InitializeComponent()
at Citations365.MainPage..ctor()
InnerException: System.Windows.Markup.XamlParseException
HResult=-2146233087
Message=Unknown parser error: Scanner 2147500037. [Line: 9 Position: 44]
Source=System.Windows
LineNumber=9
LinePosition=44
StackTrace:
at MS.Internal.XcpImports.CreateFromXaml(UnmanagedMemoryStream stream, String sourceAssemblyName, Boolean createNamescope, Boolean requireDefaultNamespace, Boolean allowEventHandlers, String xamlResourceUriString)
at System.Windows.Controls.Control.LoadXamlResource(Assembly source, String streamName, CultureInfo cultureInfo)
InnerException:
Hi Jeremie,
Thank you for using Syncfusion products.
We are not able to reproduce the xaml exception in BusyIndicator control. Please find the attached sample using which we have tried to reproduce the issue. Could you please provide us more information or modify the attached sample to reproduce the issue, so that it would be helpful for us to provide you the solution earlier.
Please let us know if you have any queries.
Regards,
Swasthika Lakshmi I
Hi Jeremie,
Sorry for the inconvenience caused.
Please ignore the previous update. We have mistakenly attached the sample for Windows Store applications.
We are not able to reproduce the xaml exception in BusyIndicator control. Please find the attached sample using which we have tried to reproduce the issue. Could you please provide us more information or modify the attached sample to reproduce the issue, so that it would be helpful for us to provide you the solution earlier.
Please let us know if you have any queries.
Regards,
Swasthika Lakshmi I
Thanx for your quick answer :)
It was the missing of Syncfusion.SfShared.WP8 assembly (Reference).
The project you sent me helped me to figure it out.
Thank you for your help.
Thanks for posting back with the solution Jeremie. I had the same issue!
Well done .. Gary