|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Hi,
Is anyone familiar with this error?
MESSAGE: Virtual Url d5ebc1b3-12e2-42e9-afb6-50eaf9e3ca9d not registered. FILE REQUESTED: /xxxxx/xxxxx/__eo_dp.aspx
Maybe if I knew how to turn off debugging in the new version (I just converted to EO).
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Steve,
That may not be an issue. The error is caused by trying to load a cached page generated by an old version of our controls. The cached page has some links that are no longer valid with the new version. Simply refreshing the page should solve the problem.
Thanks
|
|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Hi,
Sorry, but after all pages refreshed I'm still receiving a load of this error. It doesn't cause any problem, but my environment is set up to send me emails on all errors and I'm having a few hundreds a day.
MESSAGE: Virtual Url d5ebc1b3-12e2-42e9-afb6-50eaf9e3ca9d not registered. FILE REQUESTED: /xxxxx/xxxxx/__eo_dp.aspx DATE: 7/19/2007 12:50:08 PM
SOURCE: xt34zyv- QUERYSTRING: id=d5ebc1b3-12e2-42e9-afb6-50eaf9e3ca9d STACKTRACE: at EO.Web.Internal.cl.a(cf A_0) at EO.Web.Internal.cl.a(HttpApplication A_0) at EO.Web.Internal.e8.a(Object A_0, Boolean A_1) at EO.Web.Internal.d1.a(Object A_0, EventArgs A_1) at System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
I don't know why it would give you that. But you can try copying eo_web.ashx to the root of your application and restart your app (to make the change to take effect) and see if it helps.
|
|
Rank: Advanced Member Groups: Member
Joined: 6/14/2007 Posts: 83
|
Hi,
Well I did all that, but the errors just keep on coming relentlessly. I have four separate projects in Visual Studio that utilizes EO objects. I copied the file eo_web.ashx on every each, plus one into the root of the app, and after the restart still no prevail. It usually comes in a set of three-four errors at a time.
I'm not sure what else can I do?
Thanks
Steve Komaromi
Computer Systems Manager, Lead Developer Business Risk Partners, Inc. Tel: 1-(860)-903-0039
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Steve,
In fact as long as you have eo_web.ashx, you should no longer get __eo_dp.aspx because eo_web.ashx is provided to replace __eo_dp.aspx. You can verify this in debugger and you will see as long as eo_web.ashx exists, it will no longer render __eo_dp.aspx links.
I would recommend you to trace where that request comes from (ip address, user agent, etc) and then start from there.
Thanks
|
|