Reputation: 59
I recently started learning xamarin.forms and all was going well suddenly whenever I run an app, the XAML Hot reload will start and then stop. I have restarted my PC several times and even tried creating a new projects but the problem persists.
Upvotes: 2
Views: 5182
Reputation: 1
Another case might be you're using an old Xamarin project. If this is the case - it's worth [changing your Xaml Hot Reload Mode to 'full page mode'][1].
This, along with the 'Apply XAML Hot Reload on document save or via Hot Reload button' (which I'm not sure if had any effect or not) was what did the job for me.
Upvotes: 0
Reputation: 1543
I just restarted visual studio to get XAML hot reload working again.
Tips:
Upvotes: 0
Reputation: 1497
When you're debugging two apps on your simulator simultaneously , this error would happend.
Upvotes: 2
Reputation: 59
I have resolved the issue. Here's what helped. - a good internet connection - creating another emulator
Upvotes: 0