'Could not load type 'Firebase.Database.FirebaseObject`1' from assembly 'Firebase, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
Building a MVC with firebase but prompt this error during runtime.
Anyone knows how to solve this?
Solution 1:[1]
This is simaple, your project name is Firebase and you are using:
using Firebase.Database;
Create new project with a different name and it would work.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Vadim Tomashevsky |