Hi all,
I've just installed Xamarin e loaded a Visual Studio solution.
On the left column, under References, the item "System.Deployment" is marked as red and results not available ("Assembly not found for Framework Mono / .NET 3.5).
Runnning the solution it crashes at: Application.Run(new frm_myForm()); with the following exception: System.ObjectDisposedException was thrown. The object was used after being disposed.
How could I fix such issue?
Thanks, DAN