Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm starting to use Facebook c# SDK. By starting with a sample provided on the source(CSASPNETWebsiteRegistrationForm) I added the references and using Facebook and Facebook.Web but sentences like FacebookApplication.Current.AppId are not recognized by Visual Studio.(not exist in the current context). Am I missing something? Sorry for my ignorance

share|improve this question

1 Answer

You are missing references to Facebook.dll and Facebook.Web.dll. These are available in the source download in the bin folder.

share|improve this answer
Thank very much for the answer. I think I was using another version of the references. – user683508 Mar 30 '11 at 7:55
Please mark this answer as accepted. – Nathan Totten Mar 30 '11 at 20:22

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.