dewango / BottomNavigationBarXF

Bottom Navigation Bar for Xamarin Forms
MIT License
186 stars 98 forks source link

error after install #41

Open maxdiable opened 7 years ago

maxdiable commented 7 years ago

hi, after installed and compile, visual studio show thid error: Errore Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'BottomBar.XamarinForms, Version=1.0.6133.37691, Culture=neutral, PublicKeyToken='. Perhaps it doesn't exist in the Mono for Android profile? Nome file: 'BottomBar.XamarinForms.dll' in Java.Interop.Tools.Cecil.DirectoryAssemblyResolver.Resolve(AssemblyNameReference reference, ReaderParameters parameters) in Xamarin.Android.Tasks.ResolveAssemblies.AddAssemblyReferences(DirectoryAssemblyResolver resolver, ICollection`1 assemblies, AssemblyDefinition assembly, Boolean topLevel) in Xamarin.Android.Tasks.ResolveAssemblies.Execute(DirectoryAssemblyResolver resolver) Buragina.Android

any help? now i have update to BottomNavigatorBar 1.4.0.3 but the problem persisting

any help?

Max

Ironthighs commented 7 years ago

Edit: You can try what I said below, but check out #29 . That might be your actual answer. However you also don't seem to have a reference to BottomBar.XamarinForms.dll. Your platform and PCL projects need a reference to that.

@maxdiable In my experience so far, it takes some work to build this. Try: -Build>Clean Solution -Build>Rebuild Solution

If that doesn't work, close Visual Studio and delete the .vs folder in your project folder. Reopen Visual Studio, Clean and Rebuild your solution again.

If that doesn't work, just try running the demo project on the simulator or device anyways. I've gotten this error before and I think I get by it by doing all these steps in random orders until it eventually works...

Good luck