I use EventSource class in my custom PCL project. When I added this library to Android client project, I got this error:
Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Diagnostics.Tracing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Perhaps it doesn't exist in the Mono for Android profile? Nazwa pliku: 'System.Diagnostics.Tracing.dll' w Xamarin.Android.Tuner.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters) w Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(List`1 assemblies, AssemblyDefinition assembly, Boolean topLevel) w Xamarin.Android.Tasks.ResolveAssemblies.Execute()
Can I System.Diagnostics.Tracing included in Mono for Android? Can I addd mscorlib v.4 in my Android project?
Warms