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:


Line 15:             {
Line 16:                 string albumId = Request.QueryString["albumId"];
Line 17:                 if (PhotoManager.TryGetAlbum(albumId, out m_selectedAlbum))
Line 18:                 {
Line 19:                     this.Title = m_selectedAlbum.Title;

Source File: c:\wwwroot\users\dernek\turkderm.org.tr\http\SlideShow.aspx.cs    Line: 17

Stack Trace:


[WebException: The remote server returned an error: (404) Not Found.]
   System.Net.HttpWebRequest.GetResponse() +1463
   Google.GData.Client.GDataRequest.Execute() +78

[GDataRequestException: Execution of request failed: http://picasaweb.google.com/data/feed/api/user/104675374511352669731?kind=album&access=public]
   Google.GData.Client.GDataRequest.Execute() +159
   Google.GData.Client.GDataGAuthRequest.Execute(Int32 retryCounter) +286
   Google.GData.Client.GDataGAuthRequest.Execute() +10
   Google.GData.Client.Service.Query(Uri queryUri, DateTime ifModifiedSince) +136
   Google.GData.Client.Service.Query(FeedQuery feedQuery, DateTime ifModifiedSince) +131
   Google.GData.Client.Service.Query(FeedQuery feedQuery) +25
   Google.GData.Photos.PicasaService.Query(KindQuery feedQuery) +5
   PicasaWebIntegration.PhotoManager.InitializeAlbums() in c:\Users\Nahit\Downloads\PicasaWebIntegration\PicasaWebIntegration\PicasaWebIntegration\PhotoManager.cs:58
   PicasaWebIntegration.PhotoManager.TryGetAlbum(String id, Album& album) in c:\Users\Nahit\Downloads\PicasaWebIntegration\PicasaWebIntegration\PicasaWebIntegration\PhotoManager.cs:34
   PicasaWebIntegration.SlideShow.Page_Load(Object sender, EventArgs e) in c:\wwwroot\users\dernek\turkderm.org.tr\http\SlideShow.aspx.cs:17
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0