DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

Repeating errors even after removing the Ventrain Articles module.

 4 Replies
 1 Subscribed to this topic
 30 Subscribed to this forum
Sort:
Author
Messages
New Around Here
Posts: 26
New Around Here
New Poster
New Poster
Congrats on posting!
Engaged Reader
Engaged Reader
You are an engaged reader!

Any suggestions on how to stop the below error appearing.  As mentioned in the titile i've uninstalled all the ventrain NewsArticles.

Craiig

AbsoluteURL:/DesktopModules/DnnForge%20-%20NewsArticles/RssComments.aspx

ExceptionHash:a856bef358ae82cee285d76ee3d25ccb7483ad47e53fadffa33e32e97104ece1

Message:The file '/DesktopModules/DnnForge - NewsArticles/RssComments.aspx' does not exist.

InnerMessage:The file '/DesktopModules/DnnForge - NewsArticles/RssComments.aspx' does not exist.

InnerStackTrace:

   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
   at System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
   at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp)
   at System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)
   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Growing Member
Posts: 34
Growing Member
New Poster
New Poster
Congrats on posting!

Would it be caused by an external request to your old NewsArticle RSS feed? It also could result from a component of your website which try to get this feed in order to display its content.
You could check in the IIS log if there are some request for this URL.
You also could verify if something is registered in your web[dot]config file.

Advanced Member
Posts: 143
Advanced Member
2 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
MVP
MVP
You're an MVP!
3 Engaged Reader
Engaged Reader
You are an engaged reader!
Avid Reader
Avid Reader
Avid Reader art thou!

As the other person noted it is most likely an external call.  if I recall correctly this was for some Pingback/RSS things in the olden days.  You may want to simple cature it with a Web.config redirect rule and return a 404 response which would abort the process before that log happens.

Growing Member
Posts: 73
Growing Member
6 Helpful Replier
Helpful Replier
Thanks for being such a helpful replier!
New Poster
New Poster
Congrats on posting!
6 Engaged Reader
Engaged Reader
You are an engaged reader!
2 Avid Reader
Avid Reader
Avid Reader art thou!
2 Most Liked
Most Liked
Congrats, your posts are really liked!

It looks like the uninstall didn't delete everything or undo/clean-up completely. After a backup, try deleting the folder and contents at /DesktopModules/DnnForge - NewsArticles. (alternatively, you could just rename that folder so you have an easy undo if this breaks other things)

Why? It looks like you still have the "RssComments.aspx" file there and when something hits that old link/endpoint, its throwing an error (because things it needed were deleted by the uninstall). By deleting it, IIS will instead simply return a 404 and not try to execute ASP.NET (code).

New Around Here
Posts: 26
New Around Here
New Poster
New Poster
Congrats on posting!
Engaged Reader
Engaged Reader
You are an engaged reader!

Just removing the folders now for a test and all is looking good so far.

Regards

These Forums are for the discussion of the open source CMS DNN platform and ecosystem.

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

  1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
  2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
  3. 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.
  4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  5. No Flaming or Trolling.
  6. No Profanity, Racism, or Prejudice.
  7. Site Moderators have the final word on approving / removing a thread or post or comment.
  8. English language posting only, please.

Would you like to help us?

Awesome! Simply post in the forums using the link below and we'll get you started.

Get Involved