FireSharp
FireSharp copied to clipboard
Crash under Windows 10 Universal App xaml
I am getting a crash on FirebaseClient(). I am using Visual Studio 2015 RC for Windows 10 Universal App. Could it be that once you add the FireSharp NuGet it is targeted for Windows 8.1?
IFirebaseConfig config = new FirebaseConfig
{
AuthSecret = FirebaseSecret,
BasePath = BasePath
};
_client = new FirebaseClient(config); // THIS LINE CRASHES
Error: Message "System.IO.FileNotFoundException: Could not load file or assembly 'System.Net, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The system cannot find the file specified.\r\n at FireSharp.FirebaseClient..ctor(IRequestManager requestManager)\r\n at App1FireSharp.MainPage..ctor()\r\n at App1FireSharp.App1FireSharp_XamlTypeInfo.XamlTypeInfoProvider.Activate_0_MainPage()\r\n at App1FireSharp.App1FireSharp_XamlTypeInfo.XamlUserType.ActivateInstance()" string
Any help is appreciated.
Thanks
Hi @Sun3 I'll take a look asap, thanks for your feedback.
Sounds great. By the way will you be supporting Firebase new offline sync?
Thank you for a great library.
Hi @ziyasal Checking to see if there were any solutions to the Windows 10 Universal App issue. Since Windows 10 will be released this July 29th I was hoping to submit an app before that.
Thank you.
Has this issue been fixed? I am trying firebase on Xamarin Studio and getting the same error.