Hi there,
I am evaluating the JanusGrid wrapper from http://72.55.165.182/svn/Public/Controls/Gizmox.WebGUI.Controls.JanusControls/trunk. I use VS2008. The test project does not run.
After remove the assembly version information in the web.config, the application finally shows on the browser.
However, whenever I move to next page or update a property value on the grid, I got null reference exception
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] Janus.Web.GridEX.GridEXCell.b() +207 Janus.Web.GridEX.Internal.JNSBM.RegisterStyleSheetDefinition(StringBuilder styledefinition) +4292 Janus.Web.GridEX.JNSAY.a(StringBuilder ) +1229 Janus.Web.GridEX.JNSCA.b(StringBuilder ) +170 Janus.Web.GridEX.JNSCA.a(StringBuilder ) +172 Janus.Web.GridEX.GridEX.a(EventArgs ) +347 Janus.Web.GridEX.GridEX.OnPreRender(EventArgs e) +2384 System.Web.UI.Control.PreRenderRecursiveInternal() +80 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Control.PreRenderRecursiveInternal() +171 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
|
Does anybody know the solution?
Jack |
|