I have a follow-up question to this one. I created a new form, inherited from an existing form, and in the designer I only see: "Visual Inheritance is currently disabled because the base class references a device-specific component or contains P/Invoke". Neither is the case. The base form contains a [...] read more
I am new Xamarin. I am facing a problem while build the solution. Following error is showing while building the project. Error The "ResolveAssemblyReference" task failed unexpectedly. System.Security.SecurityException: Invalid assembly public key. (Exception from HRESULT: 0x8013141E) at System.Reflection.AssemblyName.nToString() at System.Reflection.AssemblyName.get_FullName() at Microsoft.Build.Tasks.ReferenceTable.GetReferenceItems(ITaskItem[]& primaryFiles, ITaskItem[]& dependencyFiles, ITaskItem[]& relatedFiles, ITaskItem[]& satelliteFiles, ITaskItem[]& [...] read more
I am creating a Blazor Server app and Implemented Authentication using Identity Server. Everything was working fine until I published it to Azure. Everything is working except Login & Register which return "Sorry, there's nothing at this address." When I click Login Azure log stream shows this exception An unhandled [...] read more