yurkinh / Plugin.Maui.Calendar

.NET MAUI port of XF calendar plugin
MIT License
131 stars 12 forks source link

Unhandled Exception #15

Closed AndyG74 closed 8 months ago

AndyG74 commented 8 months ago

Visual Studio: 17.8.3 Plugin.Maui.Calendar: 1.1.1

i get this unhandled exeption on open a new page that contains the calender control.

image

the xaml-code ist pretty simple

image

the code below open the page and produced the exception

image

yurkinh commented 8 months ago

Hi @AndyG74 Thanks for reporting this issue. I will take a look at it.

yurkinh commented 8 months ago

Can you provide a sample? And the environment that you have used (Device or emulator). Cause I was not able to reproduce this issue. It just loads calendar with default styles. Screenshot 2024-01-10 at 17 55 55

AndyG74 commented 8 months ago

if i create a new blank project then it's working without exception on android-device and android-emulator. only in my existing project the exception is raising.

yurkinh commented 8 months ago

Can you provide a sample or at least some extended stacktrace?