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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CheckVirtualFileExists - problem with widgetCheckVirtualFileExists - problem with widget
Previous
 
Next
New Post
8/17/2009 3:29 AM
 

I have got a 404 problem with my poker league widget on WidgetBox.

It requests a URL like this:

http://www.pokerdiy.com/poker-league-widget.aspx?LID=241&widget.appId=1fdcb3fa-e6fb-4293-bb44-8df0aedcb25f&widget.regId=ac9ae2b0-e7d7-4bf9-a69e-6bd67e77383a&widget.friendlyId=PokerDIY-Poker-League-dev&widget.name=PokerDIY Poker League&widget.token=29e537f694bef4e52434d3b9169a5e429fc2353b0000012320632490&widget.id=0&widget.location=http%3A%2F%2Fwww.widgetbox.com%2Fstudio%2Fedit.jsp

which throws this exception (full details below)

Message: System.Exception: Unhandled Error: ---> System.Web.HttpException: The file '/poker-league-widget.aspx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at

what is odd is that if you remove the "sp" on the end of that URL it then works, eg.

http://www.pokerdiy.com/poker-league-widget.aspx?LID=241&widget.appId=1fdcb3fa-e6fb-4293-bb44-8df0aedcb25f&widget.regId=ac9ae2b0-e7d7-4bf9-a69e-6bd67e77383a&widget.friendlyId=PokerDIY-Poker-League-dev&widget.name=PokerDIY Poker League&widget.token=29e537f694bef4e52434d3b9169a5e429fc2353b0000012320632490&widget.id=0&widget.location=http%3A%2F%2Fwww.widgetbox.com%2Fstudio%2Fedit.j

I don't know where the problem lies - I need the page to not throw an exception. I use PageBlaster and Ifinity URL Master if that makes a difference, on DNN 4.9.4. Any suggestions please?


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
8/17/2009 3:30 AM
 

Here is the full error message:

AssemblyVersion: 04.09.04
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL: /poker-league-widget.aspx?LID=241&widget.appId=1fdcb3fa-e6fb-4293-bb44-8df0aedcb25f&widget.regId=ac9ae2b0-e7d7-4bf9-a69e-6bd67e77383a&widget.friendlyId=PokerDIY-Poker-League-dev&widget.name=PokerDIY%20Poker%20League&widget.token=29e537f694bef4e52434d3b9169a5e429fc2353b0000012320632490&widget.id=0&widget.location=http%3A%2F%2Fwww.widgetbox.com%2Fstudio%2Fedit.jsp%3Fid%3Dac9ae2b0-e7d7-4bf9-a69e-6bd67e77383a&widget.timestamp=1250493396628&widget.serviceLevel=0&widget.provServiceLevel=0&widget.width=900&widget.height=800&widget.wrapper=JAVASCRIPT&widget.isAdFriendly=true&widget.isAdEnabled=false&widget.adChannels=&widget.adPlacement=
AbsoluteURL: /poker-league-widget.aspx
AbsoluteURLReferrer: http://www.widgetbox.com/studio/edit.jsp?id=ac9ae2b0-e7d7-4bf9-a69e-6bd67e77383a
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 13b3c2c6-1caa-453f-be45-d65b13686027
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 '/poker-league-widget.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: AS45R95


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
8/18/2009 3:34 AM
 

Anyone got any theories at least please? It could be something to do with security if it ends in .jsp or .js in the URL?


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
8/19/2009 4:30 AM
 

Comon - give it a wild stab in the dark! I need some ideas ;)


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
8/20/2009 7:39 PM
 

*bump*


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...CheckVirtualFileExists - problem with widgetCheckVirtualFileExists - problem with widget


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