|
Rank: Member Groups: Member
Joined: 11/19/2007 Posts: 25
|
Hi, I am using Asp.net Build 2009.0.27. The http://demo.essentialobjects.com/Default.aspx?path=Downloader\_i0\_i4 example throws an exception and the downloaded file always contains "Line 1". On my development machine I have not been able to pass the NameValueCollection args into the Content Generator class.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Do you mean the online version always throws an exception or when you run it locally it always throws an exception? We tried the online version here and it works fine.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/19/2007 Posts: 25
|
Here are the steps to reproduce the problem at http://demo.essentialobjects.com/Default.aspx?path=Downloader\_i0\_i4 (or on my development machine). Enter 2 into the "Enter Linecount" textbox. Click the "Generate File & Download" button. A download is produced containing one line "Line 1". This statement in ContentGenerator throws an exception: nLineCount = int.Parse(this.Arguments["LineCount"]);
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. We do not see such error. What browser do you use?
|
|
Rank: Member Groups: Member
Joined: 11/19/2007 Posts: 25
|
Firefox 3.06
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have confirmed this to be a bug and updated the demo site. Can you try to access our demo site again and see if the problem has been resolved?
Thanks!
|
|
Rank: Member Groups: Member
Joined: 11/19/2007 Posts: 25
|
Yes, the problem is resolved. Thanks
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
We have posted the new build that contains the fix. You can download it from our download page.
Thanks!
|
|