Author: dbinky | Posted on: 9/15/2009 12:00:00 PM | Views : 571

I've been beating on this code for over a week with nothing to show for it, so, I figured it might be time to get some help.  I'm working on an ASP.NET AJAX enabled facebook app that uses the Microsoft Facebook Kit from Codeplex.  Everything is fine with the FBkit, but I cannot get a client-side script to access a web service. I'm running this as a "file system" web project.  This isn't just a problem with my application either...  I tried 2 or 3 of the walk throughs that are available on the web and none of them work either.  /shrug/  Isn't this supposed to be easy?  LOL


The errors that I always get are something about how the namespace has not been defined or the service itself has not been defined.  The lack of debugging information is appalling, yes, but neither Firefox nor IE are very helpful in that regard.  Here's the pertinent code:


*** Site.master: you can se ...

Go to the complete details ...