Today I've installed Xamarin's stable release 15.3 for Visual Studio 2015, but now I'm unable to debug my Xamarin.Forms-application for both Android and iOS. The following is written to the Xamarin-logs:
Xamarin.VisualStudio.IOS.SettingsProvider|Information|0|Creating OSVersionList.json file...
Mono.Debugging.VisualStudio.DebugLauncher|Error|0|Controller.Launch ()
Xamarin.VisualStudio.ProgressReport|Error|0|System.Runtime.InteropServices.COMException (0x89710015): Unable to start debugging.
Het systeem kan het opgegeven bestand niet vinden.
at Microsoft.VisualStudio.Shell.Interop.IVsDebugger4.LaunchDebugTargets4(UInt32 DebugTargetCount, VsDebugTargetInfo4[] pDebugTargets, VsDebugTargetProcessInfo[] pLaunchResults)
at Mono.Debugging.VisualStudio.DebugLauncher.StartDebugger(SoftDebuggerSession session, StartInfo startInfo) in C:\d\lanes\4990\ec7034fc\source\debugger-vs\src\Debugging.VisualStudio\DebugLauncher.cs:line 49
at Mono.Debugging.VisualStudio.MonoDebuggerLauncher.StartSession(StartInfo startInfo, SoftDebuggerSession session) in C:\d\lanes\4990\ec7034fc\source\debugger-vs\src\Debugging.VisualStudio\MonoDebuggerLauncher.cs:line 29
at Xamarin.VisualStudio.Android.CommandHandlers.DebugCommandHandler.StartDebugger(IProgressReport progress, IAndroidProjectProperties properties, AndroidDevice device, String package, String activity, Project project) in C:\d\lanes\4985\4a8abec9\source\xamarinvs\src\Core\VisualStudio.Android\CommandHandlers\DebugCommandHandler.cs:line 102
at Xamarin.VisualStudio.Android.CommandHandlers.DebugCommandHandler.Execute(DebugCommand command, IProgressReport progress, CancellationToken cancellationToken) in C:\d\lanes\4985\4a8abec9\source\xamarinvs\src\Core\VisualStudio.Android\CommandHandlers\DebugCommandHandler.cs:line 56
at Xamarin.VisualStudio.Commands.CommandHandlerBase`1.Execute(TCommand command, CancellationToken cancellationToken) in C:\d\lanes\4985\4a8abec9\source\xamarinvs\src\Core\VisualStudio\Commands\CommandHandlerBase.cs:line 65
How can this be solved?