<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>ssisUnit</title><link>http://ssisunit.codeplex.com/project/feeds/rss</link><description>ssisUnit is a unit testing framework for SQL Server Integration Services. </description><item><title>Source code checked in, #102534</title><link>http://ssisunit.codeplex.com/SourceControl/changeset/102534</link><description>Fixed an incorrect event call in the SqlCommand and VariableCommand classes.</description><author>JeremiahAtNETNaz</author><pubDate>Wed, 19 Jun 2013 16:28:32 GMT</pubDate><guid isPermaLink="false">Source code checked in, #102534 20130619042832P</guid></item><item><title>Source code checked in, #102511</title><link>http://ssisunit.codeplex.com/SourceControl/changeset/102511</link><description>Resolved some issues again with construction of commands via reflection in the Command Set.</description><author>JeremiahAtNETNaz</author><pubDate>Tue, 18 Jun 2013 21:17:25 GMT</pubDate><guid isPermaLink="false">Source code checked in, #102511 20130618091725P</guid></item><item><title>Source code checked in, #102495</title><link>http://ssisunit.codeplex.com/SourceControl/changeset/102495</link><description>CommandBase bug that I introduced has been resolved.</description><author>JeremiahAtNETNaz</author><pubDate>Tue, 18 Jun 2013 14:56:29 GMT</pubDate><guid isPermaLink="false">Source code checked in, #102495 20130618025629P</guid></item><item><title>Source code checked in, #102488</title><link>http://ssisunit.codeplex.com/SourceControl/changeset/102488</link><description>Numerous modifications including adding more logging support for commands.</description><author>JeremiahAtNETNaz</author><pubDate>Tue, 18 Jun 2013 13:58:21 GMT</pubDate><guid isPermaLink="false">Source code checked in, #102488 20130618015821P</guid></item><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>New Post: Confusion on Data Sources within a DataFlow Task</title><link>https://ssisunit.codeplex.com/discussions/445522</link><description>&lt;div style="line-height: normal;"&gt;I see that there are SsisUnit Source/Destination objects in the toolbox, but when I try to use these I get an error that says &amp;quot;Value of 'null' is not valid for 'stream'&amp;quot;. Any ideas there?&lt;br /&gt;
&lt;/div&gt;</description><author>jlembke</author><pubDate>Wed, 05 Jun 2013 21:25:23 GMT</pubDate><guid isPermaLink="false">New Post: Confusion on Data Sources within a DataFlow Task 20130605092523P</guid></item><item><title>New Post: Confusion on Data Sources within a DataFlow Task</title><link>https://ssisunit.codeplex.com/discussions/445522</link><description>&lt;div style="line-height: normal;"&gt;Hi John!&lt;br /&gt;
I was very glad to find ssisUnit, but I'm having trouble and I suspect what I want to do can't be done. In my Data Flow Task I have an OLEDB source that I transform and insert into a SQL source. Is it possible to unit test this with ssisUnit?&lt;br /&gt;
&lt;br /&gt;
I set up a connection for the SqlCommands I use for setup and they work fine, but when the test tries to run the SSIS task, it fails because it is trying to make the connection it sees in the task itself. Am I misunderstanding how to use ssisUnit, or is this just a limitation?&lt;br /&gt;
&lt;br /&gt;
BTW, I'm using SSIS 2012.&lt;br /&gt;
&lt;br /&gt;
Thanks, Jeff&lt;br /&gt;
&lt;/div&gt;</description><author>jlembke</author><pubDate>Thu, 30 May 2013 23:20:04 GMT</pubDate><guid isPermaLink="false">New Post: Confusion on Data Sources within a DataFlow Task 20130530112004P</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>Project License Changed</title><link>https://ssisunit.codeplex.com/license?LicenseHistoryId=117806</link><description>Microsoft Reciprocal License &amp;#40;Ms-RL&amp;#41;&amp;#13;&amp;#10;&amp;#13;&amp;#10;This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;1. Definitions&amp;#13;&amp;#10;&amp;#13;&amp;#10;The terms &amp;#34;reproduce,&amp;#34; &amp;#34;reproduction,&amp;#34; &amp;#34;derivative works,&amp;#34; and &amp;#34;distribution&amp;#34; have the same meaning here as under U.S. copyright law.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contribution&amp;#34; is the original software, or any additions or changes to the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;A &amp;#34;contributor&amp;#34; is any person that distributes its contribution under this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#34;Licensed patents&amp;#34; are a contributor&amp;#39;s patent claims that read directly on its contribution.&amp;#13;&amp;#10;&amp;#13;&amp;#10;2. Grant of Rights&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and&amp;#47;or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;3. Conditions and Limitations&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;A&amp;#41; Reciprocal Grants- For any file you distribute that contains code from the software &amp;#40;in source code or binary format&amp;#41;, you must provide recipients the source code to that file along with a copy of this license, which license will govern that file. You may license other files that are entirely your own work and do not contain code from the software under any terms you choose.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;B&amp;#41; No Trademark License- This license does not grant you rights to use any contributors&amp;#39; name, logo, or trademarks.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;C&amp;#41; If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;D&amp;#41; If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;E&amp;#41; If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.&amp;#13;&amp;#10;&amp;#13;&amp;#10;&amp;#40;F&amp;#41; The software is licensed &amp;#34;as-is.&amp;#34; You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.</description><author></author><pubDate>Tue, 14 May 2013 23:36:03 GMT</pubDate><guid isPermaLink="false">Project License Changed 20130514113603P</guid></item><item><title>New Post: SSISUnit with SSIS 2012 for Project Deployment Model</title><link>https://ssisunit.codeplex.com/discussions/443272</link><description>&lt;div style="line-height: normal;"&gt;I've built the solution successfully and I can run the sample test provided on this site.&lt;br /&gt;
&lt;br /&gt;
I'd like to use SSISUnit to test my packages, but they are all in a solution using the project deployment model. Intuitively, I didn't think it would work as it needs the connections parameters, variables, etc... that are at the project level and SSISUnit seems to work at the package level.&lt;br /&gt;
&lt;br /&gt;
When I run ssisUnitTestRunnerUI2012.exe and load my package, I get several complaints that my sorts, merge joins and ole db command &amp;quot;is not compatible with this version of the DataFlow&amp;quot;. Additionally, it cannot find parameterized connections.&lt;br /&gt;
&lt;br /&gt;
I just wanted to confirm that SSISUnit is not compatible with SSIS 2012 using the Project Deployment Model. If so, is a update going to be provided so that it does work?&lt;br /&gt;
&lt;br /&gt;
o0ollo0o&lt;br /&gt;
&lt;/div&gt;</description><author>o0ollo0o</author><pubDate>Fri, 10 May 2013 17:37:11 GMT</pubDate><guid isPermaLink="false">New Post: SSISUnit with SSIS 2012 for Project Deployment Model 20130510053711P</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></channel></rss>