﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>InstantASP Community Forums / InstantKB.NET 2.x / General Discussion  / BUG? - Creating new Tab / Latest Posts</title><generator>InstantForum.NET v4.1.4</generator><description>InstantASP Community Forums</description><link>http://community.instantasp.co.uk/</link><webMaster>sales@instantasp.co.uk</webMaster><lastBuildDate>Tue, 14 Oct 2008 12:35:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: BUG? - Creating new Tab</title><link>http://community.instantasp.co.uk/Topic13859-74-1.aspx</link><description>Hi MT,&lt;P&gt;Many thanks for your feedback. I'm sorry for any trouble. This does indeed appear to be a genuine bug within our final release.&lt;/P&gt;&lt;P&gt;This problem will effect any custom troubleshooter tabs you create. This won't effect knowledgebase or download tabs. &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;How to Resolve&lt;/P&gt;&lt;P&gt;If you've already started working with &amp;amp; modifying our InstantASP.InstantKB.UI project you'll need to download the file attached below (ViewArticleTRbouelshooterSteps.vb) and copy this into your existing solution.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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,</description><pubDate>Fri, 02 May 2008 15:24:57 GMT</pubDate><dc:creator>Ryan Healey</dc:creator></item><item><title>BUG? - Creating new Tab</title><link>http://community.instantasp.co.uk/Topic13859-74-1.aspx</link><description>Hi, &lt;br&gt;&lt;br&gt;I just created a new tab, new category and a new Log on the demo site, and somehow, it throw me an error:&lt;br&gt;[quote]&lt;br&gt;Object reference not set to an instance of an object.&lt;br&gt;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.&lt;br&gt;&lt;br&gt;Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.&lt;br&gt;&lt;br&gt;Source Error:&lt;br&gt;&lt;br&gt;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.&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;&lt;br&gt;[NullReferenceException: Object reference not set to an instance of an object.]&lt;br&gt;   InstantASP.InstantKB.UI.Controls.ViewArticleTroubleShooterSteps.Initialize(Control ctlSkin) +435&lt;br&gt;   InstantASP.Common.UI.Base.SkinControl.OnInit(EventArgs e) +133&lt;br&gt;   InstantASP.InstantKB.UI.Base.SkinControl.OnInit(EventArgs e) +87&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +321&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.AddedControl(Control control, Int32 index) +2112991&lt;br&gt;   System.Web.UI.ControlCollection.Add(Control child) +146&lt;br&gt;   InstantASP.Common.UI.Base.SkinControl.OnInit(EventArgs e) +448&lt;br&gt;   InstantASP.InstantKB.UI.Base.SkinControl.OnInit(EventArgs e) +87&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +321&lt;br&gt;   System.Web.UI.Control.AddedControl(Control control, Int32 index) +2112991&lt;br&gt;   System.Web.UI.ControlCollection.Add(Control child) +146&lt;br&gt;   InstantASP.Common.UI.Base.SkinControl.OnInit(EventArgs e) +448&lt;br&gt;   InstantASP.InstantKB.UI.Base.SkinControl.OnInit(EventArgs e) +87&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +321&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Control.InitRecursive(Control namingContainer) +198&lt;br&gt;   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +692&lt;br&gt;[/quote]&lt;br&gt;The page that encounter problem is &lt;br&gt;http://demos.instantasp.co.uk/InstantKB20/TroubleshooterGuide50001.aspx&lt;br&gt;&lt;br&gt;Please take a look and let me know if this is I did something wrong or it is a real bug?&lt;br&gt;Also, I tried it on my Test server and it has this problem as well.&lt;br&gt;Thanks.&lt;br&gt;&lt;br&gt;MT</description><pubDate>Thu, 01 May 2008 22:38:47 GMT</pubDate><dc:creator>MT</dc:creator></item></channel></rss>