VansFannel
VansFannel

Reputation: 45961

Warning while adding Facebook.Contracts.dll

I'm using Facebook C# SDK 5.0.8 Beta binary build.

When I try to add a reference of Facebook.Contracts.dll to my Windows Phone application I get the following warning:

If you add a reference to a silverlight assembly can cause unexpected behavior of the application.

Is it an error?

Upvotes: 1

Views: 306

Answers (1)

Barranger Ridler
Barranger Ridler

Reputation: 880

nope it's just that the dll was compiled against the desktop version of silverlight. This doesn't mean that it won't work, and you should be fine assuming that the dll has be tested on the phone.

Upvotes: 2

Related Questions