FireSharp icon indicating copy to clipboard operation
FireSharp copied to clipboard

Crash under Windows 10 Universal App xaml

Open Sun3 opened this issue 10 years ago • 4 comments

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

Sun3 avatar Jun 05 '15 06:06 Sun3

Hi @Sun3 I'll take a look asap, thanks for your feedback.

bugthesystem avatar Jun 06 '15 15:06 bugthesystem

Sounds great. By the way will you be supporting Firebase new offline sync?

Thank you for a great library.

Sun3 avatar Jun 06 '15 19:06 Sun3

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.

Sun3 avatar Jul 06 '15 21:07 Sun3

Has this issue been fixed? I am trying firebase on Xamarin Studio and getting the same error.

GeorgeMicro avatar Apr 27 '16 22:04 GeorgeMicro