Welcome Guest Search | Active Topics | Sign In | Register

Downloader bug in 2009.0.75 version (eo_web.ashx not found) Options
Mercedes
Posted: Monday, May 31, 2010 11:12:06 AM
Rank: Member
Groups: Member

Joined: 8/23/2007
Posts: 12
I have upgraded one of my applications to 2009.0.75 and everything works fine except the downloader control.

In this application I use to downloader control to download files stored in a database.

Using the Firebug extension I have seen that the page tries to find the eo_web.ashx in the directory where the page is located nor in the website root.

If I downgrade to the 2009 version I used before, the control works fine.

Kind regards....Antonio
eo_support
Posted: Monday, May 31, 2010 11:16:19 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Can you try to run our demo project locally and see if you see the same problem?

Thanks!
Mercedes
Posted: Wednesday, June 2, 2010 3:25:55 AM
Rank: Member
Groups: Member

Joined: 8/23/2007
Posts: 12
Hi,

I tested the downloader in demo project and works fine, but the page is in the root directory (the demo is a user control invoked by the default.aspx page)

I have created a page in other directory that only has the user control for dynamic file generation and the bug appears.

The error description is:

Resource not found .
Description: HTTP 404. ....
Requested URL Address: /VB/Demos/Downloader/eo_web.ashx


The page code is as simple as:

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="Demos_Downloader_Default" %>
<%@ Register Src="~/Demos/Downloader/Features/Dynamic Contents/Demo.ascx" TagName="dynamic" TagPrefix="my" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<my:dynamic ID="demo" runat="server" />
</div>
</form>
</body>
</html>


eo_support
Posted: Wednesday, June 2, 2010 8:43:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

We have sent you a new build. Please take a look of that build and let us know whether it works for you.

Thanks!
Mercedes
Posted: Wednesday, June 2, 2010 10:55:50 AM
Rank: Member
Groups: Member

Joined: 8/23/2007
Posts: 12
The build sent works fine.

Thanks....Antonio
eo_support
Posted: Wednesday, June 2, 2010 1:05:06 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Great. Glad that it works for you!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.