|
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
|
|
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!
|
|
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>
|
|
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!
|
|
Rank: Member Groups: Member
Joined: 8/23/2007 Posts: 12
|
The build sent works fine.
Thanks....Antonio
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Great. Glad that it works for you!
|
|