using Google.GData.Blogger;
using Google.GData.Client;
using Google.GData.Extensions;
They work correctly. I have this same code working on another test site I'm developing. It's running on my localhost as well, but Visual Studio isn't throwing any errors, and I can see the result I want on the localhost. (It's pulling the blog Title, Author, Links, URI, and a bunch of other stuff). The moment I run it on our hosted site (.NET 3.5 Framework) I get this TimeOut error.
I followed these instructions: http://code.google.com/apis/blogger/docs/2.0/developers_guide_dotnet.html and installed http://code.google.com/p/google-gdata/downloads/list (1.7.0.1 SDK) I'm able to add the references through Visual Studio, so I know they're installed. I can use them on the localhost. Do I need to add them to my hosted site? They should be built into the application when I post, correct?
-- You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.
No comments:
Post a Comment