Surely this has come up before. Hope someone can help. One of my websites throws an exception saying it cannot find the Google Data API being referenced. The site runs normally on local machine.
These are the steps taken: * My account is a Windows hosting account configured for .NET 4. * I created an ASP.NET webSITE targeting the .NET 4 framework. * I added the Google Data APIs to access the albums and images on Picasa Web Albums. * I created code to access my Picasa account, access a specific album, and display the thumbnails of the images in that album. When the thumbnails are clicked, the full size version of the image is displayed. This works as planned when the site is run on local machine. * I copied all of the files to a folder on my GoDaddy account and ran the page. * I have other .NET 4 and 3.5 websites running in different folders on my account and they all run normally. When ran as a .NET 4 site, the page throws an exception showing “The type or namespace name ‘Google’ could not be found (are you missing a using directive or an assembly reference?)” even though it is referenced and in a “using” statement. When the site is reconfigured to run as .NET 3.5, re-uploaded and the page is run, it returns an internal server 500 error. Any ideas what’s wrong and how to fix it? Is there a permission setting on the folder that needs to be changed or soemthing to make this work? Any suggestions would be appreciated. Thanks, John -- You received this message because you are subscribed to the Google Groups "Google Picasa Web Albums API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-picasa-data-api?hl=en.
