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.
views:
102answers:
1
A:
Then you need to sign the assembly with the generated key file. For example
sn.exe -R YourAssembly.dll YourKey.snk
mqbt
2009-11-25 05:14:29
I get: `Facebook.Main.dll does not represent a strongly named assembly`. The keys file is FBControls.keys
Mohit Deshpande
2009-11-25 18:04:14