Server Error in '/' Application.

The remote server returned an error: (404) Not Found.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The remote server returned an error: (404) Not Found.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[WebException: The remote server returned an error: (404) Not Found.]
   System.Net.HttpWebRequest.GetResponse() +1126
   Google.GData.Client.Utilities.QueryClientLoginToken(GDataCredentials gc, String serviceName, String applicationName, Boolean fUseKeepAlive, Uri clientLoginHandler) +1322
   Google.GData.Client.GDataGAuthRequest.QueryAuthToken(GDataCredentials gc) +258
   Google.GData.Client.GDataGAuthRequest.EnsureCredentials() +51
   Google.GData.Client.GDataRequest.EnsureWebRequest() +1276
   Google.GData.Client.GDataGAuthRequest.EnsureWebRequest() +43
   Google.GData.Client.GDataRequest.Execute() +71

[GDataRequestException: Execution of request failed: http://picasaweb.google.com/data/feed/api/user/[email protected]?imgmax=400&kind=photo&tag=IW12day7&thumbsize=104]
   Google.GData.Client.GDataRequest.Execute() +1510
   Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +834
   Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince, String etag, Int64& contentLength) +475
   Google.GData.Client.Service.Query(FeedQuery feedQuery) +202
   Google.GData.Photos.PicasaService.Query(KindQuery feedQuery) +9
   CMSWebParts_tnPicasaphotoSearch.Page_Load(Object sender, EventArgs e) +536
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   CMS.ExtendedControls.AbstractUserControl.OnLoad(EventArgs e) +61
   CMS.PortalControls.CMSAbstractWebPart.OnLoad(EventArgs e) +181
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Control.LoadRecursive() +191
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8974