|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 22/05/2008 20:58:04
Posts: 4,
Visits: 13
|
|
Hi,
I just created a new tab, new category and a new Log on the demo site, and somehow, it throw me an error:
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.]
InstantASP.InstantKB.UI.Controls.ViewArticleTroubleShooterSteps.Initialize(Control ctlSkin) +435
InstantASP.Common.UI.Base.SkinControl.OnInit(EventArgs e) +133
InstantASP.InstantKB.UI.Base.SkinControl.OnInit(EventArgs e) +87
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.AddedControl(Control control, Int32 index) +2112991
System.Web.UI.ControlCollection.Add(Control child) +146
InstantASP.Common.UI.Base.SkinControl.OnInit(EventArgs e) +448
InstantASP.InstantKB.UI.Base.SkinControl.OnInit(EventArgs e) +87
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.AddedControl(Control control, Int32 index) +2112991
System.Web.UI.ControlCollection.Add(Control child) +146
InstantASP.Common.UI.Base.SkinControl.OnInit(EventArgs e) +448
InstantASP.InstantKB.UI.Base.SkinControl.OnInit(EventArgs e) +87
System.Web.UI.Control.InitRecursive(Control namingContainer) +321
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Control.InitRecursive(Control namingContainer) +198
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692
The page that encounter problem is
http://demos.instantasp.co.uk/InstantKB20/TroubleshooterGuide50001.aspx
Please take a look and let me know if this is I did something wrong or it is a real bug?
Also, I tried it on my Test server and it has this problem as well.
Thanks.
MT
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 13/10/2008 15:47:32
Posts: 1,954,
Visits: 3,012
|
|
| Hi MT, Many thanks for your feedback. I'm sorry for any trouble. This does indeed appear to be a genuine bug within our final release. This problem will effect any custom troubleshooter tabs you create. This won't effect knowledgebase or download tabs. This issue would have been introduced within our InstantKB.NET 2.0 RC1 update as we did a number of code optimizations where additional null checks are now required against collections and objects returned from the InstantASP.InstantKB.Business. I suspect as the bug was introduced late in development this is why it was missed. Thank you for making us aware MT. Now the final version is available we will be addressing any new issues as quickly as possible. How to Resolve If you've already started working with & modifying our InstantASP.InstantKB.UI project you'll need to download the file attached below (ViewArticleTRbouelshooterSteps.vb) and copy this into your existing solution. If you not made any changes to our InstantASP.InstantKB.Ui project you can download the attached InstantASP.InstantKB.UI.dll assebmly and place this into the \bin directory of your installation to resolve this problem. We'll be updating our 2.0 download this weekend to ensure this issue is resaolved by default. We are also hoping to look at a few rendering issues within IE6 and make a update available before we start the 2.1 development. For the majority of customers simply replacing your bin\InstantASP.InstantKB.UI.dll file with the one attached below will resolved this problem. IF you have the source code and hve already started modifying our InstantASP.InstantKB.Ui namespace please use the attached source code and replace your existing code with the attached. You'll need to recompile your solution once you've replace the code file. Thank you again for your feedback MT. I'll be posting a further note within this forum once our main download has been updated to include this fix. If you spot anything futher please do let us know,
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|