<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ssisUnit Work Item Rss Feed</title><link>http://www.codeplex.com/ssisUnit/WorkItem/List.aspx</link><description>ssisUnit Work Item Rss Description</description><item><title>Reopened Issue: Adding TestRef in a Test Suite doesn't work [6984]</title><link>http://ssisunit.codeplex.com/workitem/6984</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;We tried adding a Testsuite &amp;#91;OnlyTestcase.ssisUnit&amp;#93; as a TestRef in another Test suite &amp;#91;ParentTestcase.ssisUnit&amp;#93; as follows, But it is not executing the Test Ref. &lt;br /&gt;&amp;#60;Tests&amp;#62;&lt;br /&gt;    &amp;#60;TestRef path&amp;#61;&amp;#34;C&amp;#58;&amp;#92;SSISUnit&amp;#92;TestCase&amp;#92;ProtoType&amp;#92;OnlyTestcase.ssisUnit&amp;#34;&amp;#62;&amp;#60;&amp;#47;TestRef&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;Please do correct us if we have done something wrong while adding the testsuite as TestRef.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks&lt;br /&gt;Bhaskar K&lt;br /&gt;</description><author>BhaskarK</author><pubDate>Fri, 14 Jun 2013 07:21:54 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Adding TestRef in a Test Suite doesn't work [6984] 20130614072154A</guid></item><item><title>Reopened Feature: Add Property Command [7003]</title><link>http://ssisunit.codeplex.com/workitem/7003</link><description>Add a new command type that allows getting or setting properties of tasks within the package.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Fri, 14 Jun 2013 07:21:54 GMT</pubDate><guid isPermaLink="false">Reopened Feature: Add Property Command [7003] 20130614072154A</guid></item><item><title>Reopened Issue: PropertyCommand - Length cannot be less than zero error. [7188]</title><link>http://ssisunit.codeplex.com/workitem/7188</link><description>If an index object has more than 1 period in it, it will produce an error stating that the parameter Length cannot be less than zero.&lt;br /&gt;Changing the following if statement into a while loop fixes the issue. &amp;#40;PropertyCommand.cs line 197 in change set 28470&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;if &amp;#40;delimiterIndex &amp;#62; propertyPath.IndexOf&amp;#40;&amp;#34;&amp;#91;&amp;#34;&amp;#41; &amp;#38;&amp;#38;&lt;br /&gt;    delimiterIndex &amp;#60; propertyPath.IndexOf&amp;#40;&amp;#34;&amp;#93;&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;   delimiterIndex &amp;#61; propertyPath.IndexOf&amp;#40;&amp;#34;.&amp;#34;, delimiterIndex &amp;#43; 1 &amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>johnwelch</author><pubDate>Fri, 14 Jun 2013 07:21:54 GMT</pubDate><guid isPermaLink="false">Reopened Issue: PropertyCommand - Length cannot be less than zero error. [7188] 20130614072154A</guid></item><item><title>Reopened Issue: Add Dynamic Values to Asserts [7208]</title><link>http://ssisunit.codeplex.com/workitem/7208</link><description>Add support for dynamic values in Asserts&lt;br /&gt;&amp;#160;&lt;br /&gt;paulkrug17  wrote Feb 25 at 11&amp;#58;56 AM&lt;br /&gt;One example would be setting a user variable to the current date. If the expected value could be something like &amp;#34;getdate&amp;#40;&amp;#41;&amp;#34; or &amp;#34;Now&amp;#40;&amp;#41;.Date&amp;#40;&amp;#41;&amp;#34;. I can always put today&amp;#39;s date in as a literal &amp;#40;e.g., &amp;#34;2&amp;#47;25&amp;#47;2009 00&amp;#58;00&amp;#58;00&amp;#34;, but when I run the whole test suite tomorrow, that will now fail. Another example is a task that determines the age of log files &amp;#40;for purging files over, say, 30 days old&amp;#41;. If I have a task that determines that age, that will be variable over time. A third example might be to independently determine the number of rows that should be determined by a SQL query. That case is less valuable because all that&amp;#39;s being tested is that SQL gets called with the right query and returns the result. Plus, I can get around this case with test setup in some cases.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Fri, 14 Jun 2013 07:21:54 GMT</pubDate><guid isPermaLink="false">Reopened Issue: Add Dynamic Values to Asserts [7208] 20130614072154A</guid></item><item><title>Closed Issue: Adding TestRef in a Test Suite doesn't work [6984]</title><link>http://ssisunit.codeplex.com/workitem/6984</link><description>Hi,&lt;br /&gt;&amp;#160;&lt;br /&gt;We tried adding a Testsuite &amp;#91;OnlyTestcase.ssisUnit&amp;#93; as a TestRef in another Test suite &amp;#91;ParentTestcase.ssisUnit&amp;#93; as follows, But it is not executing the Test Ref. &lt;br /&gt;&amp;#60;Tests&amp;#62;&lt;br /&gt;    &amp;#60;TestRef path&amp;#61;&amp;#34;C&amp;#58;&amp;#92;SSISUnit&amp;#92;TestCase&amp;#92;ProtoType&amp;#92;OnlyTestcase.ssisUnit&amp;#34;&amp;#62;&amp;#60;&amp;#47;TestRef&amp;#62;&lt;br /&gt;&amp;#160;&lt;br /&gt;Please do correct us if we have done something wrong while adding the testsuite as TestRef.&lt;br /&gt;&amp;#160;&lt;br /&gt;Thanks&lt;br /&gt;Bhaskar K&lt;br /&gt;</description><author>BhaskarK</author><pubDate>Thu, 16 May 2013 10:24:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: Adding TestRef in a Test Suite doesn't work [6984] 20130516102450A</guid></item><item><title>Closed Feature: Add Property Command [7003]</title><link>http://ssisunit.codeplex.com/workitem/7003</link><description>Add a new command type that allows getting or setting properties of tasks within the package.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Thu, 16 May 2013 10:24:50 GMT</pubDate><guid isPermaLink="false">Closed Feature: Add Property Command [7003] 20130516102450A</guid></item><item><title>Closed Issue: PropertyCommand - Length cannot be less than zero error. [7188]</title><link>http://ssisunit.codeplex.com/workitem/7188</link><description>If an index object has more than 1 period in it, it will produce an error stating that the parameter Length cannot be less than zero.&lt;br /&gt;Changing the following if statement into a while loop fixes the issue. &amp;#40;PropertyCommand.cs line 197 in change set 28470&amp;#41;&lt;br /&gt;&amp;#160;&lt;br /&gt;if &amp;#40;delimiterIndex &amp;#62; propertyPath.IndexOf&amp;#40;&amp;#34;&amp;#91;&amp;#34;&amp;#41; &amp;#38;&amp;#38;&lt;br /&gt;    delimiterIndex &amp;#60; propertyPath.IndexOf&amp;#40;&amp;#34;&amp;#93;&amp;#34;&amp;#41;&amp;#41;&lt;br /&gt;&amp;#123;&lt;br /&gt;   delimiterIndex &amp;#61; propertyPath.IndexOf&amp;#40;&amp;#34;.&amp;#34;, delimiterIndex &amp;#43; 1 &amp;#41;&amp;#59;&lt;br /&gt;&amp;#125;&lt;br /&gt;</description><author>johnwelch</author><pubDate>Thu, 16 May 2013 10:24:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: PropertyCommand - Length cannot be less than zero error. [7188] 20130516102449A</guid></item><item><title>Closed Issue: Add Dynamic Values to Asserts [7208]</title><link>http://ssisunit.codeplex.com/workitem/7208</link><description>Add support for dynamic values in Asserts&lt;br /&gt;&amp;#160;&lt;br /&gt;paulkrug17  wrote Feb 25 at 11&amp;#58;56 AM&lt;br /&gt;One example would be setting a user variable to the current date. If the expected value could be something like &amp;#34;getdate&amp;#40;&amp;#41;&amp;#34; or &amp;#34;Now&amp;#40;&amp;#41;.Date&amp;#40;&amp;#41;&amp;#34;. I can always put today&amp;#39;s date in as a literal &amp;#40;e.g., &amp;#34;2&amp;#47;25&amp;#47;2009 00&amp;#58;00&amp;#58;00&amp;#34;, but when I run the whole test suite tomorrow, that will now fail. Another example is a task that determines the age of log files &amp;#40;for purging files over, say, 30 days old&amp;#41;. If I have a task that determines that age, that will be variable over time. A third example might be to independently determine the number of rows that should be determined by a SQL query. That case is less valuable because all that&amp;#39;s being tested is that SQL gets called with the right query and returns the result. Plus, I can get around this case with test setup in some cases.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Thu, 16 May 2013 10:24:49 GMT</pubDate><guid isPermaLink="false">Closed Issue: Add Dynamic Values to Asserts [7208] 20130516102449A</guid></item><item><title>Commented Issue: Just installed...need assistance.. [16170]</title><link>http://ssisunit.codeplex.com/workitem/16170</link><description>Just installed ssisunit.......invoking New From Package, after selecting package, I get the following&amp;#58;&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt; ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0xC0011008&amp;#41;&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage&amp;#40;String FileName, Boolean loadNeutral, IDTSEvents100 pEvents&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.CreateTestFromPackage&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.newFromPackageToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEvent&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ScrollableControl.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5466 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ssisUnitTestRunnerUI2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;ssisUnitTestRunnerUI2008.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5468 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.ManagedDTS&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.ManagedDTS&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.ManagedDTS.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.DTSRuntimeWrap&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2009.0100.1600.01 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008.Design&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.Design.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.SqlTDiagM&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.SqlTDiagM&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.SqlTDiagM.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Data&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;System.Data&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Data.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.Diagnostics.STrace&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.Diagnostics.STrace&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.Diagnostics.STrace.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;Comments: ** Comment from web user: johnwelch ** &lt;p&gt;OK, you are using SSIS 2012. The install version on the website doesn't support 2012 yet, but the latest check-ins do. Currently, I recommend that you download and compile the latest source for 2012 support.&lt;/p&gt;&lt;p&gt;I'm planning to put a new installer out soon with 2012 support, but I would like to get in a few more fixes before that happens.&lt;/p&gt;</description><author>johnwelch</author><pubDate>Wed, 24 Apr 2013 19:03:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Just installed...need assistance.. [16170] 20130424070322P</guid></item><item><title>Commented Issue: Just installed...need assistance.. [16170]</title><link>http://ssisunit.codeplex.com/workitem/16170</link><description>Just installed ssisunit.......invoking New From Package, after selecting package, I get the following&amp;#58;&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt; ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0xC0011008&amp;#41;&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage&amp;#40;String FileName, Boolean loadNeutral, IDTSEvents100 pEvents&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.CreateTestFromPackage&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.newFromPackageToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEvent&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ScrollableControl.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5466 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ssisUnitTestRunnerUI2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;ssisUnitTestRunnerUI2008.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5468 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.ManagedDTS&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.ManagedDTS&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.ManagedDTS.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.DTSRuntimeWrap&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2009.0100.1600.01 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008.Design&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.Design.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.SqlTDiagM&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.SqlTDiagM&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.SqlTDiagM.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Data&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;System.Data&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Data.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.Diagnostics.STrace&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.Diagnostics.STrace&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.Diagnostics.STrace.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;Comments: ** Comment from web user: mpeiffer ** &lt;p&gt;John&lt;br&gt;Thanks for the quick response...  See the following&lt;/p&gt;&lt;p&gt;Microsoft Visual Studio 2010&lt;br&gt;Version 10.0.40219.1 SP1Rel&lt;br&gt;Microsoft .NET Framework&lt;br&gt;Version 4.0.30319 SP1Rel&lt;/p&gt;&lt;p&gt;Installed Version: IDE Standard&lt;/p&gt;&lt;p&gt;Microsoft Visual Basic 2010   01011-532-2002361-70763&lt;br&gt;Microsoft Visual Basic 2010&lt;/p&gt;&lt;p&gt;Microsoft Visual C# 2010   01011-532-2002361-70763&lt;br&gt;Microsoft Visual C# 2010&lt;/p&gt;&lt;p&gt;Microsoft Visual Studio Tools for Applications 3.0   01011-532-2002361-70763&lt;br&gt;Microsoft Visual Studio Tools for Applications 3.0&lt;/p&gt;&lt;p&gt;Microsoft Visual Web Developer 2010   01011-532-2002361-70763&lt;br&gt;Microsoft Visual Web Developer 2010&lt;/p&gt;&lt;p&gt;Security Update for Visual Studio 2010 Shell (Isolated) - ENU (KB2645410)   KB2645410&lt;br&gt;This security update is for Visual Studio 2010 Shell (Isolated) - ENU.&lt;br&gt;If you later install a more recent service pack, this security update will be uninstalled automatically.&lt;br&gt;For more information, visit http://support.microsoft.com/kb/2645410.&lt;/p&gt;&lt;p&gt;SQL Server Analysis Services   &lt;br&gt;Microsoft SQL Server Analysis Services Designer &lt;br&gt;Version 11.0.2100.60&lt;/p&gt;&lt;p&gt;SQL Server Integration Services   &lt;br&gt;Microsoft SQL Server Integration Services Designer&lt;br&gt;Version 11.0.2100.60&lt;/p&gt;&lt;p&gt;SQL Server Reporting Services   &lt;br&gt;Microsoft SQL Server Reporting Services Designers &lt;br&gt;Version 11.0.2100.60&lt;/p&gt;&lt;p&gt;Visual Studio 2010 Shell (Integrated) - ENU Service Pack 1 (KB983509)   KB983509&lt;br&gt;This service pack is for Visual Studio 2010 Shell (Integrated) - ENU.&lt;br&gt;If you later install a more recent service pack, this service pack will be uninstalled automatically.&lt;br&gt;For more information, visit http://support.microsoft.com/kb/983509.&lt;/p&gt;</description><author>mpeiffer</author><pubDate>Tue, 23 Apr 2013 16:38:01 GMT</pubDate><guid isPermaLink="false">Commented Issue: Just installed...need assistance.. [16170] 20130423043801P</guid></item><item><title>Commented Issue: Just installed...need assistance.. [16170]</title><link>http://ssisunit.codeplex.com/workitem/16170</link><description>Just installed ssisunit.......invoking New From Package, after selecting package, I get the following&amp;#58;&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt; ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0xC0011008&amp;#41;&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage&amp;#40;String FileName, Boolean loadNeutral, IDTSEvents100 pEvents&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.CreateTestFromPackage&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.newFromPackageToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEvent&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ScrollableControl.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5466 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ssisUnitTestRunnerUI2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;ssisUnitTestRunnerUI2008.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5468 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.ManagedDTS&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.ManagedDTS&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.ManagedDTS.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.DTSRuntimeWrap&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2009.0100.1600.01 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008.Design&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.Design.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.SqlTDiagM&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.SqlTDiagM&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.SqlTDiagM.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Data&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;System.Data&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Data.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.Diagnostics.STrace&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.Diagnostics.STrace&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.Diagnostics.STrace.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;Comments: ** Comment from web user: johnwelch ** &lt;p&gt;What version of SSIS was the package created in?&lt;/p&gt;</description><author>johnwelch</author><pubDate>Tue, 23 Apr 2013 14:49:06 GMT</pubDate><guid isPermaLink="false">Commented Issue: Just installed...need assistance.. [16170] 20130423024906P</guid></item><item><title>Created Issue: Just installed...need assistance.. [16170]</title><link>http://ssisunit.codeplex.com/workitem/16170</link><description>Just installed ssisunit.......invoking New From Package, after selecting package, I get the following&amp;#58;&lt;br /&gt;&lt;br /&gt;See the end of this message for details on invoking &lt;br /&gt;just-in-time &amp;#40;JIT&amp;#41; debugging instead of this dialog box.&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Exception Text &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;Microsoft.SqlServer.Dts.Runtime.DtsRuntimeException&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt; ---&amp;#62; System.Runtime.InteropServices.COMException &amp;#40;0xC0011008&amp;#41;&amp;#58; The package failed to load due to error 0xC0011008 &amp;#34;Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.&amp;#34;. This occurs when CPackage&amp;#58;&amp;#58;LoadFromXML fails.&lt;br /&gt;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Wrapper.ApplicationClass.LoadPackage&amp;#40;String FileName, Boolean loadNeutral, IDTSEvents100 pEvents&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   --- End of inner exception stack trace ---&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events, Boolean loadNeutral&amp;#41;&lt;br /&gt;   at Microsoft.SqlServer.Dts.Runtime.Application.LoadPackage&amp;#40;String fileName, IDTSEvents events&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.CreateTestFromPackage&amp;#40;String fileName&amp;#41;&lt;br /&gt;   at ssisUnitTestRunnerUI.testSuiteUI.newFromPackageToolStripMenuItem_Click&amp;#40;Object sender, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.RaiseEvent&amp;#40;Object key, EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripMenuItem.OnClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleClick&amp;#40;EventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.HandleMouseUp&amp;#40;MouseEventArgs e&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEventInteractive&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripItem.FireEvent&amp;#40;EventArgs e, ToolStripItemEventType met&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.OnMouseUp&amp;#40;MouseEventArgs mea&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WmMouseUp&amp;#40;Message&amp;#38; m, MouseButtons button, Int32 clicks&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ScrollableControl.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStrip.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.ToolStripDropDown.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.Control.ControlNativeWindow.WndProc&amp;#40;Message&amp;#38; m&amp;#41;&lt;br /&gt;   at System.Windows.Forms.NativeWindow.Callback&amp;#40;IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam&amp;#41;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; Loaded Assemblies &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;mscorlib&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5466 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;Microsoft.NET&amp;#47;Framework&amp;#47;v2.0.50727&amp;#47;mscorlib.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;ssisUnitTestRunnerUI2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;ssisUnitTestRunnerUI2008.exe&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Windows.Forms&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5468 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Windows.Forms&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Windows.Forms.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Drawing&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5467 &amp;#40;Win7SP1GDR.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Drawing&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Drawing.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.ManagedDTS&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.ManagedDTS&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.ManagedDTS.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.DTSRuntimeWrap&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2009.0100.1600.01 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.DTSRuntimeWrap.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;SsisUnit2008.Design&lt;br /&gt;    Assembly Version&amp;#58; 1.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 1.0.0.0&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Program&amp;#37;20Files&amp;#47;AgileBI&amp;#47;ssisUnit2008&amp;#47;SsisUnit2008.Design.DLL&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.SqlTDiagM&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.SqlTDiagM&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.SqlTDiagM.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Data&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_32&amp;#47;System.Data&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Data.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;Microsoft.SqlServer.Diagnostics.STrace&lt;br /&gt;    Assembly Version&amp;#58; 10.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 10.50.1600.1 &amp;#40;&amp;#40;KJ_RTM&amp;#41;.100402-1540 &amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;Microsoft.SqlServer.Diagnostics.STrace&amp;#47;10.0.0.0__89845dcd8080cc91&amp;#47;Microsoft.SqlServer.Diagnostics.STrace.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Configuration&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Configuration&amp;#47;2.0.0.0__b03f5f7f11d50a3a&amp;#47;System.Configuration.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;System.Xml&lt;br /&gt;    Assembly Version&amp;#58; 2.0.0.0&lt;br /&gt;    Win32 Version&amp;#58; 2.0.50727.5420 &amp;#40;Win7SP1.050727-5400&amp;#41;&lt;br /&gt;    CodeBase&amp;#58; file&amp;#58;&amp;#47;&amp;#47;&amp;#47;C&amp;#58;&amp;#47;Windows&amp;#47;assembly&amp;#47;GAC_MSIL&amp;#47;System.Xml&amp;#47;2.0.0.0__b77a5c561934e089&amp;#47;System.Xml.dll&lt;br /&gt;----------------------------------------&lt;br /&gt;&lt;br /&gt;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42; JIT Debugging &amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&amp;#42;&lt;br /&gt;To enable just-in-time &amp;#40;JIT&amp;#41; debugging, the .config file for this&lt;br /&gt;application or computer &amp;#40;machine.config&amp;#41; must have the&lt;br /&gt;jitDebugging value set in the system.windows.forms section.&lt;br /&gt;The application must also be compiled with debugging&lt;br /&gt;enabled.&lt;br /&gt;&lt;br /&gt;For example&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#60;configuration&amp;#62;&lt;br /&gt;    &amp;#60;system.windows.forms jitDebugging&amp;#61;&amp;#34;true&amp;#34; &amp;#47;&amp;#62;&lt;br /&gt;&amp;#60;&amp;#47;configuration&amp;#62;&lt;br /&gt;&lt;br /&gt;When JIT debugging is enabled, any unhandled exception&lt;br /&gt;will be sent to the JIT debugger registered on the computer&lt;br /&gt;rather than be handled by this dialog box.&lt;br /&gt;</description><author>mpeiffer</author><pubDate>Mon, 22 Apr 2013 19:29:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Just installed...need assistance.. [16170] 20130422072900P</guid></item><item><title>Created Feature: Looking for information on running ssisUnit in 32 bit mode [16146]</title><link>http://ssisunit.codeplex.com/workitem/16146</link><description>I have a number of packages that read Excel files that I am attempting to create automated tests for. I keep running into the problem of running the package in 64-bit mode. I&amp;#39;ve set everything in BIDS to have the Run64BitRuntime &amp;#61; False but that does not seem to solve the issue. Has anyone come across a solution for this&amp;#63; I was thinking maybe something for the &amp;#38;&amp;#35;65279&amp;#59;&amp;#38;&amp;#35;65279&amp;#59;ssisUnitTestRunnerUI2008.exe.config file. Or maybe setting it to 32-bit mode with CorFlag. Any thoughts&amp;#63;&lt;br /&gt;</description><author>johnwelch</author><pubDate>Mon, 08 Apr 2013 18:05:41 GMT</pubDate><guid isPermaLink="false">Created Feature: Looking for information on running ssisUnit in 32 bit mode [16146] 20130408060541P</guid></item><item><title>Closed Issue: Sequence Container not handled [7132]</title><link>http://ssisunit.codeplex.com/workitem/7132</link><description>Originally I used the &amp;#34;New from package&amp;#34; and the test for the sequence container errored ... deleted it and the individual tasks ran fine&lt;br /&gt;&amp;#160;&lt;br /&gt;Just tried to add a new test and select the SC from the PackageBrowser ...&lt;br /&gt;- select it, click Ok but nothing goes into the Task property &lt;br /&gt;- can select actuals tasks fine&lt;br /&gt;Comments: Resolved with changeset 101333: Fix for container support</description><author>johnwelch</author><pubDate>Mon, 08 Apr 2013 18:00:40 GMT</pubDate><guid isPermaLink="false">Closed Issue: Sequence Container not handled [7132] 20130408060040P</guid></item><item><title>Created Feature: Support Password Protected Packages [16145]</title><link>http://ssisunit.codeplex.com/workitem/16145</link><description>Add the ability to test password protected packages.&lt;br /&gt;</description><author>johnwelch</author><pubDate>Mon, 08 Apr 2013 17:23:07 GMT</pubDate><guid isPermaLink="false">Created Feature: Support Password Protected Packages [16145] 20130408052307P</guid></item><item><title>Created Issue: Delete Button Click on Assert Name Deletes Assert [15611]</title><link>http://ssisunit.codeplex.com/workitem/15611</link><description>I was trying to edit the Assert Name. selected a word and clicked on the Delete button, the entire assert was deleted from the Tests. I was looking to remove only a word in the Assert not the entire Assert.&lt;br /&gt;</description><author>DineshBalachandra</author><pubDate>Thu, 13 Sep 2012 20:45:29 GMT</pubDate><guid isPermaLink="false">Created Issue: Delete Button Click on Assert Name Deletes Assert [15611] 20120913084529P</guid></item><item><title>Created Issue: Sequence Container doesn't cast to taskhost [13984]</title><link>http://ssisunit.codeplex.com/workitem/13984</link><description>I&amp;#39;m attempting to create a test on a sequence container.  When doing so, I am receiving an error that states that we can&amp;#39;t cast the object of type sequence to an object of type taskhost.&lt;br /&gt;</description><author>ewisdahl</author><pubDate>Tue, 26 Jul 2011 21:44:51 GMT</pubDate><guid isPermaLink="false">Created Issue: Sequence Container doesn't cast to taskhost [13984] 20110726094451P</guid></item><item><title>Created Issue: Add file command for asserting whether two files match [13896]</title><link>http://ssisunit.codeplex.com/workitem/13896</link><description>Considering that one of the outputs is a file, it would be useful to say &amp;#34;I expect &amp;#60;this output file&amp;#62; matches &amp;#60;this sample file&amp;#62;&amp;#34;. In theory a file command with a &amp;#34;Match&amp;#34; operation would match the SourcePath and TargetPath and return 1 &amp;#40;or true&amp;#41; on success and 0 &amp;#40;or false&amp;#41; on failure.&lt;br /&gt;</description><author>joncb</author><pubDate>Wed, 06 Jul 2011 00:40:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Add file command for asserting whether two files match [13896] 20110706124054A</guid></item><item><title>Created Issue: Test Execution - Statistics [11022]</title><link>http://ssisunit.codeplex.com/workitem/11022</link><description>Hi -&lt;br /&gt;&lt;br /&gt;The product only gives a melt down on how many tests have passed and how many asserts have failed. I was wondering, since you already have captured the GUIDs from the SSIS tasks, you could extend the product to compute the number of times a task has been hit in a test run and also tasks which have not been hit at all. And some similar statistics can come together to form the code coverage of unit tests.&lt;br /&gt;&lt;br /&gt;What do you think&amp;#63;&lt;br /&gt;</description><author>johnwelch</author><pubDate>Fri, 04 Jun 2010 16:08:13 GMT</pubDate><guid isPermaLink="false">Created Issue: Test Execution - Statistics [11022] 20100604040813P</guid></item><item><title>Created Issue: Delete [11020]</title><link>http://ssisunit.codeplex.com/workitem/11020</link><description>While being on right side of the Test Suite Browser, normally editing the text you select the text to edit and press delete. The entire test gets deleted.&lt;br /&gt;&lt;br /&gt;Steps to reproduce&lt;br /&gt;1. Create a new test&lt;br /&gt;2. Add a new command&lt;br /&gt;3. Go to the properties pane to edit the command, highlight the file name and press delete. The newly added test gets deleted. &lt;br /&gt;&lt;br /&gt;Proposed Solution&lt;br /&gt;1. Add a warning before deleting a test&lt;br /&gt;2. Alternatively disable deleting a test while editing the properties frame.&lt;br /&gt;</description><author>TarunArora</author><pubDate>Fri, 04 Jun 2010 07:33:37 GMT</pubDate><guid isPermaLink="false">Created Issue: Delete [11020] 20100604073337A</guid></item></channel></rss>