Thursday, May 3, 2018

The breakpoint will not currently be hit. No symbols have been loaded

In Visual Studio:
Go to properties of portable solution. Build->Advanced->Debugging Information and change it from portable to full

No comments:

Post a Comment

Open default email app in .NET MAUI

Sample Code:  if (Email.Default.IsComposeSupported) {     string subject = "Hello!";     string body = "Excellent!";    ...