views:

102

answers:

1

I am trying to add in the Facebook SDK binaries but I keep getting this error. The file is Facebook.Main.dll and gacutil does not let me add it. I already generated a KEYS file.

A: 

Then you need to sign the assembly with the generated key file. For example

sn.exe -R YourAssembly.dll YourKey.snk
mqbt
I get: `Facebook.Main.dll does not represent a strongly named assembly`. The keys file is FBControls.keys
Mohit Deshpande