Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGallery"File doesn"File doesn't exist" error for Viewer.aspx
Previous
 
Next
New Post
12/8/2009 5:43 PM
 

Since I installed Gallery 4.3.0 on my DNN 4.9.5 site, right after upgrading, I'm getting error messages in the event viewer that these two files don't exist:

/DesktopModules/Gallery/Viewer.aspx
/DesktopModules/Gallery/SlideShow.aspx

In fact, they don't exist - I checked on my site, and these files in that directory now have the extension .ascx.  But something in the code seems to be looking for a different file extension.  This doesn't show on the user interface, so I can ignore it if I have to, but I thought I should report it.


hedera
**********
Nature bats last.
 
New Post
12/8/2009 8:10 PM
 

Files like Viewer.aspx and SlideShow.aspx had been used in Gallery 3.0.12 for displaying the viewer or slideshow when pop-ups are enabled in the configuration. In 4.3.0, they (and several other .aspx files) were replaced by a single file GalleryPage.aspx.

Could you post the entire error message from the event viewer, particularly the stack trace and any url referrer. I am wondering if these errors are being generated by hits on your site coming from no longer valid off-site links either from one of the search engines or another site that has linked to yours.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
12/8/2009 9:18 PM
 

Certainly, here is the entire message from Event Viewer for one of these, inlcuding the stack trace; the URL referrer seems to be blank:

AssemblyVersion: 04.09.05
PortalID: 0
PortalName: Oakland Symphony Chorus
UserID: -1
UserName:
ActiveTabID: 118
ActiveTabName: Pictures from the Gala
RawURL: /DesktopModules/Gallery/Viewer.aspx?tabid=118&mid=689&path=&currentitem=1&currentstrip=1
AbsoluteURL: /DesktopModules/Gallery/Viewer.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 2029da34-ee1a-492d-8d5e-80fbc59f9a47
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/DesktopModules/Gallery/Viewer.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: EROSWEB


hedera
**********
Nature bats last.
 
New Post
12/8/2009 9:20 PM
 

And here's a second one for a new "missing file", I haven't seen this  one before:

AssemblyVersion: 04.09.05
PortalID: 0
PortalName: Oakland Symphony Chorus
UserID: -1
UserName:
ActiveTabID: 118
ActiveTabName: Pictures from the Gala
RawURL: /DesktopModules/Gallery/ExifMetaData.aspx?tabid=118&mid=690&path=&currentitem=2&currentstrip=1
AbsoluteURL: /DesktopModules/Gallery/ExifMetaData.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 4dfd7dd3-060a-43d7-98f5-0a3fb210a7a4
InnerException: Unhandled Error:
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/DesktopModules/Gallery/ExifMetaData.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.UI.PageHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig) at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace ---
Source:
Server Name: EROSWEB


hedera
**********
Nature bats last.
 
New Post
12/8/2009 9:30 PM
 

It appears that both errors are being logged when the site is being visited by Google's web bot which is apparently following old links which included references to the Gallery v 3.0.12 pop-ups Viewer.aspx, SlideShow.aspx and also ExifMetaData.aspx. I would suspect that once Google re-builds its links these errors will stop occuring.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsGalleryGallery"File doesn"File doesn't exist" error for Viewer.aspx


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out