Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I downloaded the latest Facebook C# SDK source along with samples. However when I run any of the sample I get this error:

The web project XXX requires missing web components in order to load. Would you like to download and install them using Web Platform installer now?

No matter whether I click Yes or No the never loads. Can anybody tell me why is this happening?

share|improve this question
@Neil Knight: Sorry. Here it is: facebooksdk.codeplex.com/releases/72008/download/273075 – Jaggu Sep 19 '11 at 12:29
@Neil Knight: Sorry. No I can't add reference either. – Jaggu Sep 19 '11 at 12:43
does it show what components are missing or what web installer is downloading? – TheVillageIdiot Sep 19 '11 at 12:44

1 Answer

It's because when you unpack the zip the samples don't have the references to Facebook and Facebook.Web; you can run the build.cmd in the root of the samples to add these to each sample project automatically, or you can add them manually yourself.

share|improve this answer
Your solution looks promising but when I run I get 9 Warning(s) and 91 error(s) and on top of that I am still not able to open the samples. I ran build.cmd in "Run as administrator" mode in Windows 7 – Jaggu Sep 19 '11 at 12:46

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.