1
When I try to run my project Xaramin
the following is reported error:
Severity Code Description Project File Line Column Suppression State Error Exception while loading assemblies: System.IO.Filenotfoundexception: Could not load Assembly 'System.Collections.Nongeneric, Version=4.0.1.0, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a'. Perhaps it doesn’t exist in the Mono for Android profile? File name: 'System.Collections.Nongeneric.dll' in Xamarin.Android.Tuner.DirectoryAssemblyResolver.Resolve(Assemblynamereference Ference, Readerparameters Parameters) in Xamarin.Android.Tasks.ResolveAssemblies.Addassemblyreferences(Icollection`1 assemblies, Assemblydefinition Assembly, Boolean Toplevel) in Xamarin.Android.Tasks.ResolveAssemblies.Execute() Sojaaapp.Droid
Erikson, when does the error occur? What kind of project? Android? Forms? iOS? Windows Forms? You are using some third-party dll referenced via Nuget?
– Eric Wu
When I try to run the project on my virtual machine or smartphone, the project is Blank App Universal Windows . I am using the mongodb dll.
– Erikson Aguiar