Closed matinfathi19 closed 3 years ago
Have you applied these configurations carefully? https://bitfoundation.gitbook.io/bit-docs/xamarin-client-intro/getting-started
I Forgot To Insert This Line After InitializeComponent() In App.cs ==>> BitCSharpClientControls.Init(); ("Solved")
But Now , After Rebild Project I Have This Error
Then When I Delete Highlighted Line , Project Will Run Successfully But Look At Persian Calender The Year Is In Miladi Now What To do Moradi Jan?
You can't delete that line and achieve expected results. Have you added noda namespace to xaml usings?
xmlns:noda="clr-namespace:NodaTime;assembly=NodaTime"
Now Every Thing Is Ok . Thanks Joneh Del.
hi bro I installed Bit.Client.Xamarin.Controls (ver 7.0.0) by Nuget In My Xamarin.Forms Project (.NetStandard 2) and then added Its NameSpace in Page1.Xaml Which is My start page in App.xaml But On Rebuilding The Project I Have An Error : Cant Resolve Type Lock At Picture : How To Solve This ?