I have a Xamarin project on my Mac where Im trying to get SiganlR to work.
I am having trouble getting an imported dll.
I tried to import the Microsoft.AspNet.SignalR.Client.dll file into my Referencer folder in my solution. When I add a dll, I get the following message:
Failed to get fully qualified name for assembly 'Mypath / Microsoft.AspNet.SignalR.Client.dll
And then when Im trying to build, I get another error:
The `mypath / Microsoft.AspNet.SignalR.Client.dll 'metadata file does not contain valid metadata.
I am new to Xamarin, so it will be very helpful for you to help.
source
share