Wednesday, September 08, 2010
Dnaxp.net Forums
Minimize

Dnaxp.net Forums

The Dnaxp.net Community is proud to present our support forums. The forums enabled us to provide more benefits and better service to our valuable community.

  
Forum
Minimize
 
ForumForumGeneralGeneralBugs & ProblemsBugs & ProblemsSudden General ExceptionsSudden General Exceptions
Previous Previous
 
Next Next
New Post
 3/6/2008 4:33 PM
 

Hi Dennis, I'm truly sorry for the annoyance and I can't hide I found only a little time to work on it. On the other side, I didn't forget about your problem.

We like to be honest with you and we can only promise you a patch for the next monday (3 days from now). If you feel not to wait and move to a different product we'll be sorry about that but we'll understand. Unluckly we neither have a workaround up now.

Hoping in your understanding,
Kind Regards,
Danilo

New Post
 3/7/2008 9:38 AM
 

Hi Danilo,

monday will be fine, thank you for the prompt reply and follow-up.

Kind Regards,

Dennis

New Post
 3/7/2008 11:25 AM
 

Hi Dennis,
I have small doubt. You tell me you're using the 01.09.09 version but lately I've released 01.09.09 rel.91 which, in the Module Definitions still appear as 01.09.09 (probably not the best choice though ).

Is this the version you installed? I'm asking because it contains a lot of bug fixes in relation with user parameters and compared to the "first" 01.09.09.
I'm working right now on this! Hopefully I'll find an easy way to reproduce the behaviour (and fix it!).

Thanks in advance,
D.

New Post
 3/7/2008 3:29 PM
 

Hi Danilo,

You were right, we were using the "first" 01.09.09 . We downloaded this update through snowcovered and weren't aware of a "second" 01.09.09 .

I've downloaded and installed the rel.91 version and tested the website. (not on the website I gave to you by e-mail, that is still running on the first 01.09.09)

After working with the website extensively for a bit we did not encounter any "exception errors" anymore that stopped the entire website from working for 5 minutes, as described earlier.

We encounter 2 problems atm:

1) a problem inserting single quotes into fields, which gives this error:

DotNetNuke.Services.Exceptions.ModuleLoadException: hashControls must contain the control to add Parameter name: hashControls[lblFilterkitchenid10_376] ---> System.ArgumentNullException: hashControls must contain the control to add Parameter name: hashControls[lblFilterkitchenid10_376] at Dna2.Modules.ReportGrid.ControlInjector.InjectControls(Panel& pnlContent, String html, Hashtable hashControls) at Dna2.Modules.ReportGrid.ParametersController.InjectHTML(ReportGridInfo objReport, Page page, PlaceHolder ph, QueryVariables vars, String strRefreshText, Boolean bCompact) at Dna2.Modules.ReportGrid.ViewReportGrid.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace --- 

2) Recordsets get mixed up through various instances of ReportGrid, like the resultset of one ReportGrid ending up in the instance of another. Refreshing the page makes the correct resultset appear.

We think those 2 errors described above are related, as the second one only seems to occur when the first one does... I am not sure of this.

 

So bottom line, we only encounter 2 problems now while inserting records with single quotes, and no exceptions anymore (which is great).

Though I haven't been able to test the website for a long period of time, so I am not 100% sure.

Do you want me to install r91 on the testwebsite I gave you or leave it as it is?

Thank you,

Kind regards,

Dennis

New Post
 3/7/2008 5:09 PM
 
 Modified By dcorallo  on 3/7/2008 11:11:44 AM

Hi Dennis,
can you please tell exactly what you mean with "inserting single quotes into fields"?

EDIT: I think we're close to the solution and I don't think I need the testwebsite for now.

Thanks,
Danilo

New Post
 3/8/2008 8:43 AM
 

Hi,

If I add a freetext user parameter to a query which fills a ReportGrid.

And then insert a value with a single quote in that freetext field.

Values like: 'sdmqflj or sqdfqlsdj'dsqf

Sometimes the record gets added correctly but most of the time an error occurs or the ReportGrid gets mixed up, with different columns or values.

It's not "if you do this, then this happens".

I have updated the component on the testwebsite, if you want, you can try it out there, just fill in 'qsdf 10 times in the field "name" and press update update update, and check "overzicht" and you'll see it suddenly go wrong.

Kind regards,

Dennis

New Post
 3/10/2008 10:56 AM
 
 Modified By dcorallo  on 3/10/2008 3:58:37 AM

Hi Dennis,
I can't see the error described. I only see a couple of exception in the log viewer when you push "Update" "Update" "Update" when the page is still loading.
Anyway, this is normal due to the fact the report can't find the control on the page (page is still loading!). By the way, I wasn't able to see any "Report" mixing.
Can you make a small screenshot/video of the error?
Thanks in advance,
D.

PS: I'm preparing a few improvements for using the module as a Forms Builder! I'll release it asap.

New Post
 3/11/2008 11:20 AM
 

Hi,

The update to that newer version of 01.09.09 solved the biggest issue.

We'll let our customer use the website again, and keep an eye for errors or any other misbehaviours, and will let you know if so.

So for now, we are happy with the product and are looking forward to seeing the Forms Builder improvements.

kind regards,

Dennis

New Post
 5/9/2008 6:06 AM
 

Hi

I'm receiving what i think may be the same error using version 1.09.08 on DNN 4.5.5:

 System.InvalidCastException: At least one element in the source array could not be cast down to the destination array type. at System.Array.Copy(Array sourceArray, Int32 sourceIndex, Array destinationArray, Int32 destinationIndex, Int32 length, Boolean reliable) at System.Collections.ArrayList.ToArray(Type type) at Dna2.Modules.ReportChart.ViewReportChart.DrawAxisChartText(GraphPane& oPane, Object[][]& values, String[]& columns, Type[]& types, ChartAspect& stChartAspect, Int32 iRows, Int32 iColumns, Int32 min, Int32 max, Color[] colors) at Dna2.Modules.ReportChart.ViewReportChart.ZedGraphWeb1_RenderGraph(ZedGraphWeb webObject, Graphics g, MasterPane pane) at ZedGraph.Web.ZedGraphWeb.OnDrawPane(Graphics g, MasterPane mp) at ZedGraph.Web.ZedGraphWeb.CreateGraph(Stream OutputStream, ImageFormat Format, Boolean bShowTransparency) at ZedGraph.Web.ZedGraphWeb.Render(HtmlTextWriter output)

The same proc executes fine in report grid. I am using a UDF with a few inner joins but this hasn't impacted any of the other graphs i have running on the site.

Is a patch required?

Thanks

Adam

New Post
 5/9/2008 7:42 PM
 

Hi Adam, thanks for your question!

There is some differences between ReportGrid & ReportChart. The Grid just execute the SQL and display it as it is.
The Chart module integrate a parser which traslate the recordset data for the chart component. This is a critical part of the process of displaying a chart and when something goes wrong, you got the error you reported. This is normally caused by a wrong layout of the query, which expects to have data in a certain order and of a certain type. The order of fields is fixed (X, Y1, Y2) and the datatype is specified by the section "Axis Settings" > "Axis Type".

I can see from the error that the Axis Settings, specify that the axis are Text and Linear (X and Y respectively). The datatype(s) probably doesn't match.

Please check the mentioned settings. Also If you like, you can send us the query and the export of the XML data and will fix it for you.

Kind Regards,
D.

Previous Previous
 
Next Next
ForumForumGeneralGeneralBugs & ProblemsBugs & ProblemsSudden General ExceptionsSudden General Exceptions

  
Forum Policy
Minimize


These Discussion Forums are dedicated to the discussion of the Dnaxp.Net Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial products and non-commercial products which are noectly related to the DotNetNuke Web Application Framework
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.

  
Adsense
Minimize
  
 
Minimize

Full compatibility of ReportGrid & ReportChart with all releases of DNN from 4.0.2 to 5.4.4

 

The help desk support is always available to help you! Contact us!

Only $64.95 Offer expires on 12/31/2010

 


  

Snowcovered modules
Minimize
  
Privacy Statement  |  Terms Of Use
Copyright 2006-2008 by Dnaxp.Net