<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>bizunit Forum Rss Feed</title><link>http://www.codeplex.com/bizunit/Thread/List.aspx</link><description>bizunit Forum Rss Description</description><item><title>New Post: Xml Validation - Check if Element Exists, Not Exists</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=69733</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm trying to create XML validation steps that check if an element exists or doesn't exist.&amp;nbsp; But, looking at the documentation around &lt;strong&gt;BizUnit.XmlValidationStep,&lt;/strong&gt; this step will only allow me to query and validation on the expected value of an existing element.&amp;nbsp; Is that right?&lt;/p&gt;&lt;/div&gt;</description><author>tolandmike</author><pubDate>Tue, 22 Sep 2009 15:38:46 GMT</pubDate><guid isPermaLink="false">New Post: Xml Validation - Check if Element Exists, Not Exists 20090922033846P</guid></item><item><title>New Post: Testing webservice with Bizunit</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=40144</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I exposed my orchestration as a webservice and trying to test the webservice using bizunit SOAPHTTPRequestResponseStep.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;here is my config xml&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;TestCase testName=&amp;quot;SampleTest&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;TestExecution&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;br&gt;&amp;nbsp;&lt;br&gt;&amp;nbsp;&amp;lt;TestStep assemblyPath=&amp;quot;&amp;quot; typeName=&amp;quot;BizUnit.SOAPHTTPRequestResponseStep&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;WebServiceWSDLURL&amp;gt;http://localhost/KForce.Lookup_Proxy/KForce_Lookup_Orchestration_1_SOAPRequestRespPort.asmx?wsdl&amp;lt;/WebServiceWSDLURL&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;ServiceName&amp;gt;KForce_Lookup_Orchestration_1_SOAPRequestRespPort&amp;lt;/ServiceName&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;WebMethod&amp;gt;Operation_1&amp;lt;/WebMethod&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;InputMessageTypeName&amp;gt;KForce.Lookup.RequestSOAP_0x30f8b4a5.xsd&amp;lt;/InputMessageTypeName&amp;gt;&lt;br&gt;&amp;nbsp;&amp;lt;MessagePayload&amp;gt;C:\Development\Kforcelookup.xml&amp;lt;/MessagePayload&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValidationStep assemblyPath=&amp;quot;&amp;quot; typeName=&amp;quot;BizUnit.XmlValidationStep&amp;quot;&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XmlSchemaPath&amp;gt;C:\Development\KForce.Lookup\KForce.Lookup\ResponseSOAP.xsd&amp;lt;/XmlSchemaPath&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XmlSchemaNameSpace&amp;gt;http://KForce.Lookup.ResponseSOAP&amp;lt;/XmlSchemaNameSpace&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XPathList&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;XPathValidation query=&amp;quot;/*[local-name()='Root' and namespace-uri()='http://KForce.Lookup.ResponseSOAP']/*[local-name()='wtehours' and namespace-uri()='']&amp;quot;&amp;gt;2009-01-07T00:00:00&amp;lt;/XPathValidation&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/XPathList&amp;gt;&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ValidationStep&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;br&gt;&amp;lt;/TestStep&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&amp;lt;/TestExecution&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;TestCleanup&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/TestCleanup&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;br&gt;&amp;nbsp;&lt;br&gt;&amp;lt;/TestCase&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When I run it using nunit gui&amp;nbsp; it gives me the following error&lt;/p&gt;
&lt;p&gt;System.TypeLoadException&amp;nbsp; Could not load type Bizunit.Proxy.KForce.Lookup.RequestSOAP_0x30f8b4a5.xsd from assemblt TestFrameWorkProxy0&lt;/p&gt;
&lt;p&gt;&amp;lt;InputMessageTypeName&amp;gt;&lt;strong&gt;&lt;span style="color:#000080"&gt;what should I be passing here&lt;/span&gt;&lt;/strong&gt;&amp;lt;/InputMessageTypeName&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Anil&lt;/p&gt;&lt;/div&gt;</description><author>mandava29</author><pubDate>Tue, 08 Sep 2009 20:14:03 GMT</pubDate><guid isPermaLink="false">New Post: Testing webservice with Bizunit 20090908081403P</guid></item><item><title>New Post: Bizunit Null reference exception when using with Visual studio 2005 professional</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=67910</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Anil,&lt;/p&gt;
&lt;p&gt;Any chance you could post the code you have written? or drop me an email via the contact on codeplex and send it offline and i can try to help. Its difficult to say what the problem could be without looking at the test you've written&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;benjy&lt;/p&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Sat, 05 Sep 2009 16:58:40 GMT</pubDate><guid isPermaLink="false">New Post: Bizunit Null reference exception when using with Visual studio 2005 professional 20090905045840P</guid></item><item><title>New Post: Bizunit Null reference exception when using with Visual studio 2005 professional</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=67910</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Santosh,&lt;br&gt;&amp;nbsp;&lt;br&gt;It not working even in visual studio 2008 professional as well.vs 2008 prof had the test framework.&lt;br&gt;&amp;nbsp;&lt;br&gt;I am trying to execute bizunit test using nunit the error it gives me id null reference exception :object not set to instance of the object&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;anil&lt;/p&gt;&lt;/div&gt;</description><author>mandava29</author><pubDate>Fri, 04 Sep 2009 17:16:13 GMT</pubDate><guid isPermaLink="false">New Post: Bizunit Null reference exception when using with Visual studio 2005 professional 20090904051613P</guid></item><item><title>New Post: Bizunit Null reference exception when using with Visual studio 2005 professional</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=67910</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Santosh,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It not working even in visual studio 2008 professional as well.vs 2008 prof had the test framework.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying to execute bizunit test using nunit the error it gives me id null reference exception :object not set to instance of the object&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Anil&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>mandava29</author><pubDate>Fri, 04 Sep 2009 14:42:11 GMT</pubDate><guid isPermaLink="false">New Post: Bizunit Null reference exception when using with Visual studio 2005 professional 20090904024211P</guid></item><item><title>New Post: Bizunit Null reference exception when using with Visual studio 2005 professional</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=67910</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Anil,&lt;/p&gt;
&lt;p&gt;BizUnit can be used with NUnit, MbUnit, MStest etc. However some framework must exist. it cannot run in an ordinary class library project.&lt;/p&gt;
&lt;p&gt;Vs2005 Professional does not support MStest projects, but VS2008 profeessional (and of course team edition) does.&lt;/p&gt;
&lt;p&gt;HTH,&lt;/p&gt;
&lt;p&gt;Benjy&lt;/p&gt;&lt;/div&gt;</description><author>santoshbenjamin</author><pubDate>Fri, 04 Sep 2009 10:31:41 GMT</pubDate><guid isPermaLink="false">New Post: Bizunit Null reference exception when using with Visual studio 2005 professional 20090904103141A</guid></item><item><title>New Post: Bizunit Null reference exception when using with Visual studio 2005 professional</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=67910</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I created a class library project since I had not visual studio team system.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I added the test method and I tried to test a sample&amp;nbsp;orchestration it gives me a null reference exception.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Does bizunit work with &amp;nbsp;VS 2005 professional edition.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Someone please point me in the right direction.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The same code worked in VS 2008 team edition but not working in VS2005 professional.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;can someone give me a work around&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
&lt;p&gt;Anil&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>mandava29</author><pubDate>Thu, 03 Sep 2009 20:05:42 GMT</pubDate><guid isPermaLink="false">New Post: Bizunit Null reference exception when using with Visual studio 2005 professional 20090903080542P</guid></item><item><title>New Post: BizUnit.DotNetObjectInvokerStep</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=66635</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;How do I store the output from&amp;nbsp;DotNetObjectInvokerStep&amp;nbsp;into a context?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am attempting to use the created GUID and use it throughout the test...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;lt;!--Create GUID--&amp;gt;&lt;/div&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;TestStep assemblyPath=&amp;quot;&amp;quot; typeName=&amp;quot;BizUnit.DotNetObjectInvokerStep&amp;quot;&amp;gt;&lt;/div&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TypeName&amp;gt;System.Guid&amp;lt;/TypeName&amp;gt;&lt;/div&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyPath&amp;gt;&amp;lt;/AssemblyPath&amp;gt;&lt;/div&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;MethodToInvoke&amp;gt;NewGuid&amp;lt;/MethodToInvoke&amp;gt;&lt;/div&gt;
&lt;div id="_mcePaste" style="left:-10000px;top:0px;width:1px;height:1px;overflow-x:hidden;overflow-y:hidden"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/TestStep&amp;gt;&lt;/div&gt;
&lt;p&gt;
&lt;p&gt;&amp;lt;!--Create GUID--&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;TestStep assemblyPath=&amp;quot;&amp;quot; typeName=&amp;quot;BizUnit.DotNetObjectInvokerStep&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;TypeName&amp;gt;System.Guid&amp;lt;/TypeName&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;AssemblyPath&amp;gt;&amp;lt;/AssemblyPath&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;MethodToInvoke&amp;gt;NewGuid&amp;lt;/MethodToInvoke&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;lt;/TestStep&amp;gt;&lt;/p&gt;
&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>sbeamish</author><pubDate>Fri, 21 Aug 2009 18:14:21 GMT</pubDate><guid isPermaLink="false">New Post: BizUnit.DotNetObjectInvokerStep 20090821061421P</guid></item><item><title>New Post: Message Context Not Supported</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=54846</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It kind of depends what your scenario is, if you want to check the message context after a message has flowed thru a pipeline the bes tway to do that is to extend Bram's pipeline step to write the BizTalk msg ctx to the BizUnit msg ctx, then you can use a validation step to check it, you could kind of do this with the existing step though its a little more fiddly since the ctx is written to disc. If you want to check the msg ctx after an orch has been executed thats a little more tricky. would be good to know more about the scenario you want to test?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Kevin&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Sun, 26 Jul 2009 06:29:15 GMT</pubDate><guid isPermaLink="false">New Post: Message Context Not Supported 20090726062915A</guid></item><item><title>New Post: BizUnit and EDI testing</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=39452</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;puneetjain2710,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BizUnit 3.1 now contains ExecuteReceivePipelineStep and ExecuteSendPipelineStep, which can be used to test your custom pipelines. See the test project in the BizUnit test solution for a sample.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bram.&lt;/p&gt;&lt;/div&gt;</description><author>bveldhoen</author><pubDate>Thu, 23 Jul 2009 11:43:49 GMT</pubDate><guid isPermaLink="false">New Post: BizUnit and EDI testing 20090723114349A</guid></item><item><title>New Post: Message Context Not Supported</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=54846</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;yieldvs,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The ExecuteReceivePipelineStep and ExecuteSendPipelineStep have functionality that supports creating, writing to disk, and inspecting the message context. Maybe this can be of assistence?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Bram.&lt;/p&gt;&lt;/div&gt;</description><author>bveldhoen</author><pubDate>Thu, 23 Jul 2009 11:38:27 GMT</pubDate><guid isPermaLink="false">New Post: Message Context Not Supported 20090723113827A</guid></item><item><title>New Post: Can't set BizUnit instance logger?</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=39393</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;This was a bug, it should be fixed in the latest version,&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Kevin&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Wed, 08 Jul 2009 20:31:46 GMT</pubDate><guid isPermaLink="false">New Post: Can't set BizUnit instance logger? 20090708083146P</guid></item><item><title>New Post: The test step could not be created, check the test step type and assembly path are correct</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=61280</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Martin,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;BizUnit uses reflection to load test steps, you can either specify the typename or the typename + assembly path for the step.&amp;nbsp;v3.0 had some out of date test cases in the &amp;quot;SampleSolutionFunctionalTests&amp;quot;, specifically&amp;nbsp;&lt;strong&gt;Test_Setup.xml &lt;/strong&gt;wasn't correctly specifying the typename of the HostConductorStep, this should be fixed in v3.1 where the TestStep is defined as follows:&lt;/p&gt;
&lt;p&gt;&amp;lt;TestStep assemblyPath=&amp;quot;&amp;quot; typeName=&amp;quot;&lt;strong&gt;BizUnit.BizTalkSteps.HostConductorStep, BizUnit.BizTalkSteps, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7eb7d82981ae5162&lt;/strong&gt;&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note, you can fix up v3.0 by changing the version number above to:&lt;/p&gt;
&lt;p&gt;&amp;lt;TestStep assemblyPath=&amp;quot;&amp;quot; typeName=&amp;quot;BizUnit.BizTalkSteps.HostConductorStep, BizUnit.BizTalkSteps, Version=3.0.0.0, Culture=neutral, PublicKeyToken=7eb7d82981ae5162&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Kevin&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Wed, 08 Jul 2009 20:25:30 GMT</pubDate><guid isPermaLink="false">New Post: The test step could not be created, check the test step type and assembly path are correct 20090708082530P</guid></item><item><title>New Post: The test step could not be created, check the test step type and assembly path are correct</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=61280</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Unfortunately, BizUnit is giving me a very hard time to get even the sample working. I've already spent 1 full day without luck.&lt;/p&gt;
&lt;p&gt;I've installed BizUnit and deployed and started the BizTalk project (there were some&amp;nbsp;binding issues, but now it runs).&lt;/p&gt;
&lt;p&gt;I'm running the tests in Visual Studio, because NUnit says that &amp;quot;This assembly was not built with any known testing framework&amp;quot;.&lt;/p&gt;
&lt;p&gt;Now when I try to run the samples, I get the following exception:&lt;/p&gt;
&lt;p&gt;Class Initialization method SampleSolutionFunctionalTests.UnitTest1.SetUp threw exception. System.ArgumentException:&amp;nbsp; System.ArgumentException: The test step could not be created, check the test step type and assembly path are correct, type: Microsoft.Services.BizTalkApplicationFramework.BizUnit.HostConductorStep, assembly path: .&lt;/p&gt;
&lt;p&gt;I've tried to put BizUnit.dll and BizUnit.BizTalkSteps.dll in the GAC, but this did not help.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Then I tried to change the assemblyPath in Test_Setup.xml to &amp;quot;C:\Program Files\BizUnit\BizUnit 3.0\bins\BizUnit.BizTalkSteps.dll&amp;quot;, but then I get the following error:&lt;/p&gt;
&lt;p&gt;Class Initialization method SampleSolutionFunctionalTests.UnitTest1.SetUp threw exception. System.TypeLoadException:&amp;nbsp; System.TypeLoadException: Could not load type 'Microsoft.Services.BizTalkApplicationFramework.BizUnit.HostConductorStep' from assembly 'BizUnit.BizTalkSteps, Version=3.0.0.0, Culture=neutral, PublicKeyToken=7eb7d82981ae5162'..&lt;/p&gt;
&lt;p&gt;What I'm looking for (I think) is a step-by-step guide to get the samples running.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Martin&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;/div&gt;</description><author>twinpiloot</author><pubDate>Thu, 02 Jul 2009 08:16:15 GMT</pubDate><guid isPermaLink="false">New Post: The test step could not be created, check the test step type and assembly path are correct 20090702081615A</guid></item><item><title>New Post: ExecuteMap not working</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=55897</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Thanks Keving. Is Bizunit v3.1 out for usage? I couldn't somehow locate same for download.&lt;/p&gt;&lt;/div&gt;</description><author>anil163</author><pubDate>Mon, 15 Jun 2009 11:44:00 GMT</pubDate><guid isPermaLink="false">New Post: ExecuteMap not working 20090615114400A</guid></item><item><title>New Post: ExecuteMap not working</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=55897</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is fixed in BizUnit v3.1&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kevin&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Fri, 05 Jun 2009 19:38:46 GMT</pubDate><guid isPermaLink="false">New Post: ExecuteMap not working 20090605073846P</guid></item><item><title>New Post: FileDeleteMultipleStep Execute not doing anything</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=57168</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This fix is going into v3.1, thanks&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Kevin&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Fri, 05 Jun 2009 19:37:50 GMT</pubDate><guid isPermaLink="false">New Post: FileDeleteMultipleStep Execute not doing anything 20090605073750P</guid></item><item><title>New Post: XmlValidationStepEx bug in release 3.0.1032.0 Nov 30 2008</title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=52640</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is fixed in v3.1,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Kevin&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Fri, 05 Jun 2009 19:35:53 GMT</pubDate><guid isPermaLink="false">New Post: XmlValidationStepEx bug in release 3.0.1032.0 Nov 30 2008 20090605073553P</guid></item><item><title>New Post: MsmqWriteStep only works with Transaction queues </title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=57441</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is fixed in v3.1 will will be released soon,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;thanks,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;em&gt;Kevin&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/div&gt;</description><author>kevinsmi</author><pubDate>Fri, 05 Jun 2009 19:30:16 GMT</pubDate><guid isPermaLink="false">New Post: MsmqWriteStep only works with Transaction queues  20090605073016P</guid></item><item><title>New Post: MsmqWriteStep only works with Transaction queues </title><link>http://bizunit.codeplex.com/Thread/View.aspx?ThreadId=57441</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;&amp;nbsp;I've been trying to use the MsmqWriteStep, but nothing was going into the queue&lt;/p&gt;
&lt;p&gt;Think I've tracked it down to the use the the MessageQueueTransactionType.Single ... my queue isn't transactional&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;MessageQueue queue = new MessageQueue(queuePath);&lt;br&gt;Message msg = new Message();&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;msgStr = StreamHelper.LoadFileToStream(sourcePath);&lt;br&gt;msg.BodyStream = msgStr;&lt;br&gt;msg.UseDeadLetterQueue = true;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;if (null != correlationId)&lt;br&gt;{&lt;br&gt;msg.CorrelationId = correlationId;&lt;br&gt;}&lt;br&gt;msg.AppSpecific = appSpecific;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff"&gt;queue.Send(msg, messageLabel, MessageQueueTransactionType.Single);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Something to be aware of ... maybe a comment in the doc's ?&lt;/p&gt;&lt;/div&gt;</description><author>steveculshaw</author><pubDate>Tue, 26 May 2009 08:33:29 GMT</pubDate><guid isPermaLink="false">New Post: MsmqWriteStep only works with Transaction queues  20090526083329A</guid></item></channel></rss>