<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>tridentworkflow Issue Tracker Rss Feed</title><link>http://tridentworkflow.codeplex.com/workitem/list/basic</link><description>tridentworkflow Issue Tracker Rss Description</description><item><title>Closed Issue: TridentWorkflowHost.exe crashes [11928]</title><link>http://tridentworkflow.codeplex.com/workitem/11928</link><description>I&amp;#39;ve installed Trident on a Windows Server 2008 R2 system.  &amp;#40;64bit&amp;#41;  I&amp;#39;m using SQL Server 2008 Standard.&lt;br /&gt;&amp;#160;&lt;br /&gt;After installation, I can run the cove sample but the Ocean Current produces an error message in the Workflow Composer.  The data seems to come through ok, but when I close the chart it crashes the Workflowhost.exe.    Here is the event log info&amp;#58;&lt;br /&gt;&amp;#160;&lt;br /&gt;Error Details&amp;#58;- &lt;br /&gt;&amp;#160;&lt;br /&gt;     Faulting application name&amp;#58; TridentWorkflowHost.exe, version&amp;#58; 1.0.0.0, time stamp&amp;#58; 0x4c518ec8&lt;br /&gt;     Faulting module name&amp;#58; KERNELBASE.dll, version&amp;#58; 6.1.7600.16385, time stamp&amp;#58; 0x4a5bdfe0&lt;br /&gt;     Exception code&amp;#58; 0xc000041d&lt;br /&gt;     Fault offset&amp;#58; 0x000000000000aa7d&lt;br /&gt;     Faulting process id&amp;#58; 0xcc4&lt;br /&gt;     Faulting application start time&amp;#58; 0x01cb4ee70a38309e&lt;br /&gt;     Faulting application path&amp;#58; C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Project Trident - A Scientific Workflow Workbench&amp;#92;Executor&amp;#92;TridentWorkflowHost.exe&lt;br /&gt;     Faulting module path&amp;#58; C&amp;#58;&amp;#92;Windows&amp;#92;system32&amp;#92;KERNELBASE.dll&lt;br /&gt;     Report Id&amp;#58; 58201b1e-bada-11df-9f3e-005056a60ecc&lt;br /&gt;&amp;#160;&lt;br /&gt;Log Files attached&lt;br /&gt;</description><author>rahularora25</author><pubDate>Thu, 16 May 2013 08:26:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: TridentWorkflowHost.exe crashes [11928] 20130516082650A</guid></item><item><title>Commented Issue: Importing of Custom Type Initializers fails [15977]</title><link>http://tridentworkflow.codeplex.com/workitem/15977</link><description>The source code at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ImportActivityProxy line 121&lt;br /&gt;&amp;#38;quot&amp;#59;WorkflowComposer.ImportTypeInitializer&amp;#40;this.fileReferences, this.registryConnection&amp;#41;&amp;#59;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;indicates that an attempt is made to import custom type initializers found in referenced assemblies when activities from said assemblies are imported.&lt;br /&gt;&lt;br /&gt;This call is made after the assemblies have been imported into the registry.&lt;br /&gt;&lt;br /&gt;One of the first lines of code which imports the custom type initializers at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ActivityComposer line 694&lt;br /&gt;&amp;#38;quot&amp;#59;if &amp;#40;&amp;#33;ActivityComposer.CanContinueWithImport&amp;#40;references, assemblyPath&amp;#41;&amp;#41;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;will almost always evaluate to True and cause the custom type initializer import logic to exit before importing the initializers contained within the assembly. This means custom type initializers from that assembly can never be imported. The line calls a method which checks to see if the assemblies have been imported into the registry &amp;#40;and they have because the code to import the activities was run just prior&amp;#41;.&lt;br /&gt;&lt;br /&gt;I have some thoughts on a possible fix should you concur with my assessment.&lt;br /&gt;&lt;br /&gt;Thank you for your time.&lt;br /&gt;&lt;br /&gt;Rob&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Assuming Trident was intentionally designed for this to be the case (keeping the Initializers and Activities in different assemblies), I consider the issue resolved.&lt;/p&gt;&lt;p&gt;No, I don't think so because I have tried this way and not succeeded.&lt;/p&gt;&lt;p&gt;Can you put some light on this issue with working code. This will be a good contribution to the community as there are a couple of open discussions and many other might also be facing this issue.&lt;/p&gt;&lt;p&gt;http://tridentworkflow.codeplex.com/discussions/349717 &lt;br&gt;http://tridentworkflow.codeplex.com/discussions/237674&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><author>abhisheks</author><pubDate>Wed, 06 Feb 2013 10:53:30 GMT</pubDate><guid isPermaLink="false">Commented Issue: Importing of Custom Type Initializers fails [15977] 20130206105330A</guid></item><item><title>Commented Issue: Importing of Custom Type Initializers fails [15977]</title><link>http://tridentworkflow.codeplex.com/workitem/15977</link><description>The source code at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ImportActivityProxy line 121&lt;br /&gt;&amp;#38;quot&amp;#59;WorkflowComposer.ImportTypeInitializer&amp;#40;this.fileReferences, this.registryConnection&amp;#41;&amp;#59;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;indicates that an attempt is made to import custom type initializers found in referenced assemblies when activities from said assemblies are imported.&lt;br /&gt;&lt;br /&gt;This call is made after the assemblies have been imported into the registry.&lt;br /&gt;&lt;br /&gt;One of the first lines of code which imports the custom type initializers at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ActivityComposer line 694&lt;br /&gt;&amp;#38;quot&amp;#59;if &amp;#40;&amp;#33;ActivityComposer.CanContinueWithImport&amp;#40;references, assemblyPath&amp;#41;&amp;#41;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;will almost always evaluate to True and cause the custom type initializer import logic to exit before importing the initializers contained within the assembly. This means custom type initializers from that assembly can never be imported. The line calls a method which checks to see if the assemblies have been imported into the registry &amp;#40;and they have because the code to import the activities was run just prior&amp;#41;.&lt;br /&gt;&lt;br /&gt;I have some thoughts on a possible fix should you concur with my assessment.&lt;br /&gt;&lt;br /&gt;Thank you for your time.&lt;br /&gt;&lt;br /&gt;Rob&lt;br /&gt;Comments: ** Comment from web user: rbridgart ** &lt;p&gt;After some more work I found that a much more substantial code change would most likely be required to address the issue mentioned above than I originally thought.&lt;/p&gt;&lt;p&gt;In reassessing the situation I discovered that as long as I create my CustomTypeInitializers in a separate assembly to my Activities, then the problem doesn't arise.&lt;/p&gt;&lt;p&gt;Assuming Trident was intentionally designed for this to be the case (keeping the Initializers and Activities in different assemblies), I consider the issue resolved.&lt;/p&gt;</description><author>rbridgart</author><pubDate>Wed, 06 Feb 2013 04:25:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Importing of Custom Type Initializers fails [15977] 20130206042544A</guid></item><item><title>Commented Issue: Management Studio Crashing [15986]</title><link>http://tridentworkflow.codeplex.com/workitem/15986</link><description>Management Studio keep crashing I get the message check log for error.  How i generated the log by selecting job that was run and then clicking on Provence button. Enclose please see the log file.&lt;br /&gt;I appriacte if you can provide me with what causes this.&lt;br /&gt;thanks&lt;br /&gt;abahrami&lt;br /&gt;Comments: ** Comment from web user: Kavitha0424 ** &lt;p&gt;I wonder if the error is the same as in discussion:[260653](http://tridentworkflow.codeplex.com/discussions/260653). If so, the issue is installing an x86 Trident installation on x64 OS. A solution to overcome this error is to modify the source as I suggested in  discussion:[260653](http://tridentworkflow.codeplex.com/discussions/260653).&lt;br&gt;&lt;/p&gt;</description><author>Kavitha0424</author><pubDate>Thu, 24 Jan 2013 18:04:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Management Studio Crashing [15986] 20130124060413P</guid></item><item><title>Commented Issue: Management Studio Crashing [15986]</title><link>http://tridentworkflow.codeplex.com/workitem/15986</link><description>Management Studio keep crashing I get the message check log for error.  How i generated the log by selecting job that was run and then clicking on Provence button. Enclose please see the log file.&lt;br /&gt;I appriacte if you can provide me with what causes this.&lt;br /&gt;thanks&lt;br /&gt;abahrami&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Please check your SQL connection. Whether the SQL Server instance is installed and the account with which you are working with has proper permission in the database. Also, if you have given integrated security of your logon machine and has changed the password then restart the Trident services after providing the logon credential. To do this, right click the trident service -&amp;gt; properties -&amp;gt; Log On -&amp;gt; and this account name.&lt;/p&gt;&lt;p&gt;First, test your SQL connection in management Studio by clicking on Connection Tab -&amp;gt; Advanced Connection -&amp;gt; Test Connection. Or Connection tab -&amp;gt; Connection -&amp;gt; Advanced -&amp;gt; Test connection. If the connection is successful it will show the message as shown in the attached screen shot. &lt;/p&gt;&lt;p&gt;You can also create a new connection using this wizard.&lt;/p&gt;&lt;p&gt;Let me know if this helps.&lt;/p&gt;</description><author>abhisheks</author><pubDate>Thu, 24 Jan 2013 07:52:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: Management Studio Crashing [15986] 20130124075244A</guid></item><item><title>Created Issue: Management Studio Crashing [15986]</title><link>http://tridentworkflow.codeplex.com/workitem/15986</link><description>Management Studio keep crashing I get the message check log for error.  How i generated the log by selecting job that was run and then clicking on Provence button. Enclose please see the log file.&lt;br /&gt;I appriacte if you can provide me with what causes this.&lt;br /&gt;thanks&lt;br /&gt;abahrami&lt;br /&gt;</description><author>abahrami</author><pubDate>Wed, 23 Jan 2013 21:09:59 GMT</pubDate><guid isPermaLink="false">Created Issue: Management Studio Crashing [15986] 20130123090959P</guid></item><item><title>Commented Issue: Importing of Custom Type Initializers fails [15977]</title><link>http://tridentworkflow.codeplex.com/workitem/15977</link><description>The source code at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ImportActivityProxy line 121&lt;br /&gt;&amp;#38;quot&amp;#59;WorkflowComposer.ImportTypeInitializer&amp;#40;this.fileReferences, this.registryConnection&amp;#41;&amp;#59;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;indicates that an attempt is made to import custom type initializers found in referenced assemblies when activities from said assemblies are imported.&lt;br /&gt;&lt;br /&gt;This call is made after the assemblies have been imported into the registry.&lt;br /&gt;&lt;br /&gt;One of the first lines of code which imports the custom type initializers at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ActivityComposer line 694&lt;br /&gt;&amp;#38;quot&amp;#59;if &amp;#40;&amp;#33;ActivityComposer.CanContinueWithImport&amp;#40;references, assemblyPath&amp;#41;&amp;#41;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;will almost always evaluate to True and cause the custom type initializer import logic to exit before importing the initializers contained within the assembly. This means custom type initializers from that assembly can never be imported. The line calls a method which checks to see if the assemblies have been imported into the registry &amp;#40;and they have because the code to import the activities was run just prior&amp;#41;.&lt;br /&gt;&lt;br /&gt;I have some thoughts on a possible fix should you concur with my assessment.&lt;br /&gt;&lt;br /&gt;Thank you for your time.&lt;br /&gt;&lt;br /&gt;Rob&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Yes, community users' contribution is what is needed for an open source product. You may upload the fix as a patch which will be accepeted in main build after testing.&lt;/p&gt;&lt;p&gt;Also, you can see this thread &lt;/p&gt;&lt;p&gt;http://tridentworkflow.codeplex.com/discussions/349717 (Type Initializer For Fileinfo Doesn't work ) which has the same issue.&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;</description><author>abhisheks</author><pubDate>Tue, 22 Jan 2013 05:45:43 GMT</pubDate><guid isPermaLink="false">Commented Issue: Importing of Custom Type Initializers fails [15977] 20130122054543A</guid></item><item><title>Created Issue: Importing of Custom Type Initializers fails [15977]</title><link>http://tridentworkflow.codeplex.com/workitem/15977</link><description>The source code at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ImportActivityProxy line 121&lt;br /&gt;&amp;#38;quot&amp;#59;WorkflowComposer.ImportTypeInitializer&amp;#40;this.fileReferences, this.registryConnection&amp;#41;&amp;#59;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;indicates that an attempt is made to import custom type initializers found in referenced assemblies when activities from said assemblies are imported.&lt;br /&gt;&lt;br /&gt;This call is made after the assemblies have been imported into the registry.&lt;br /&gt;&lt;br /&gt;One of the first lines of code which imports the custom type initializers at&amp;#58;&lt;br /&gt;&lt;br /&gt;Microsoft.Research.ScientificWorkflow.TridentComposer.ActivityComposer line 694&lt;br /&gt;&amp;#38;quot&amp;#59;if &amp;#40;&amp;#33;ActivityComposer.CanContinueWithImport&amp;#40;references, assemblyPath&amp;#41;&amp;#41;&amp;#38;quot&amp;#59;&lt;br /&gt;&lt;br /&gt;will almost always evaluate to True and cause the custom type initializer import logic to exit before importing the initializers contained within the assembly. This means custom type initializers from that assembly can never be imported. The line calls a method which checks to see if the assemblies have been imported into the registry &amp;#40;and they have because the code to import the activities was run just prior&amp;#41;.&lt;br /&gt;&lt;br /&gt;I have some thoughts on a possible fix should you concur with my assessment.&lt;br /&gt;&lt;br /&gt;Thank you for your time.&lt;br /&gt;&lt;br /&gt;Rob&lt;br /&gt;</description><author>rbridgart</author><pubDate>Tue, 22 Jan 2013 04:19:04 GMT</pubDate><guid isPermaLink="false">Created Issue: Importing of Custom Type Initializers fails [15977] 20130122041904A</guid></item><item><title>Commented Issue: The onboarding guide is wrong [15934]</title><link>http://tridentworkflow.codeplex.com/workitem/15934</link><description>Currently, the onboarding guide has a number of steps that aren&amp;#39;t correct. There isn&amp;#39;t a simple way to know what steps are correct. Please correct the onboarding guide to fit the current build steps. It&amp;#39;s very difficult for people to get involved in the project if they can&amp;#39;t easily build it without help.&lt;br /&gt;&lt;br /&gt;If people want to do this is their own time, difficulties will discourage them from doing so.&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Thanks for pointing out this. We will revise the document and update it for VS 2010 and VS 2012.&lt;/p&gt;&lt;p&gt;Regards,&lt;br&gt;Trident Support Team&lt;/p&gt;</description><author>abhisheks</author><pubDate>Fri, 18 Jan 2013 07:16:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: The onboarding guide is wrong [15934] 20130118071610A</guid></item><item><title>Commented Issue: Enterprise Library Dependencies Don't Use NuGet [15935]</title><link>http://tridentworkflow.codeplex.com/workitem/15935</link><description>Currently, the Enterprise Library dependencies don&amp;#39;t use NuGet. If they did, developers wouldn&amp;#39;t need to pre-install the Enterprise Library as it&amp;#39;d be installed on first build.&lt;br /&gt;Comments: ** Comment from web user: wwahammy ** &lt;p&gt;Ignore patch number 13575, it doesn't seem to work.&lt;/p&gt;</description><author>wwahammy</author><pubDate>Wed, 09 Jan 2013 22:24:19 GMT</pubDate><guid isPermaLink="false">Commented Issue: Enterprise Library Dependencies Don't Use NuGet [15935] 20130109102419P</guid></item><item><title>Created Issue: Enterprise Library Dependencies Don't Use NuGet [15935]</title><link>http://tridentworkflow.codeplex.com/workitem/15935</link><description>Currently, the Enterprise Library dependencies don&amp;#39;t use NuGet. If they did, developers wouldn&amp;#39;t need to pre-install the Enterprise Library as it&amp;#39;d be installed on first build.&lt;br /&gt;</description><author>wwahammy</author><pubDate>Fri, 04 Jan 2013 21:37:00 GMT</pubDate><guid isPermaLink="false">Created Issue: Enterprise Library Dependencies Don't Use NuGet [15935] 20130104093700P</guid></item><item><title>Created Issue: The onboarding guide is wrong [15934]</title><link>http://tridentworkflow.codeplex.com/workitem/15934</link><description>Currently, the onboarding guide has a number of steps that aren&amp;#39;t correct. There isn&amp;#39;t a simple way to know what steps are correct. Please correct the onboarding guide to fit the current build steps. It&amp;#39;s very difficult for people to get involved in the project if they can&amp;#39;t easily build it without help.&lt;br /&gt;&lt;br /&gt;If people want to do this is their own time, difficulties will discourage them from doing so.&lt;br /&gt;</description><author>wwahammy</author><pubDate>Fri, 04 Jan 2013 18:03:25 GMT</pubDate><guid isPermaLink="false">Created Issue: The onboarding guide is wrong [15934] 20130104060325P</guid></item><item><title>Commented Issue: i can't import source code to visual studio 2010. [14355]</title><link>http://tridentworkflow.codeplex.com/workitem/14355</link><description>I followed Onboarding Guide until the section which &amp;#34;connect to team foundation server&amp;#34;. every thing untill this part works correctly, but ofter this part i can&amp;#39;t connect to server and i face with an error, which are shown below.&lt;br /&gt;&lt;br /&gt;what can i do to fix it or import sorce code into visula studio&amp;#63; because i want to generate some costumized activities.&lt;br /&gt;&lt;br /&gt;error&amp;#58;&lt;br /&gt;&amp;#34;TF31002&amp;#58;Unable to connect to this Team Foundation Server&amp;#59;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;. &lt;br /&gt; Team Foundation Server Url&amp;#58;https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;.&lt;br /&gt;&lt;br /&gt;Possilble reason for failure include&amp;#58;&lt;br /&gt;-The name,port number, or protocol for the Team Foundation Server is incorrect.&lt;br /&gt;-The Team Foundation Server is offline.&lt;br /&gt;-The pasword has expired or is incorrect.&lt;br /&gt;&lt;br /&gt;Technical information &amp;#40;for administraror&amp;#40;&amp;#58;&lt;br /&gt;unable to connect to the remote server&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Apologies fior delayed response. Unfortunately, I missed the thread and could not respond you.&lt;/p&gt;&lt;p&gt;1&amp;#41; how i can open source code in VS 2010.&lt;/p&gt;&lt;p&gt;Answer -&amp;#62; To Open the source code locate the folder where you have downloaded trident.&lt;/p&gt;&lt;p&gt;Follow the path to ..&amp;#92;tridentworkflow&amp;#92;Trident&amp;#92;Product&amp;#92;ScientificWorkflow folder.&lt;br /&gt;Start the ScientificWorkFlow.sln. this is the primary solution you need to work it. It contains a host of project for different features of Trident. &lt;/p&gt;&lt;p&gt;2&amp;#41; Wix2 and Wix3 can be downloaded from from the codeplex. they are different products. You need to download them and install. Also, Wix2 and Wix3 are needed only when you want to create new setup files, otherwise silverlight 4 SDK, Microsoft enterprise library are main componenets which again you have to download separately.&lt;/p&gt;&lt;p&gt;Arash, you have any further difficulty please let me know. the workinfg with Trident is quite easy and you are only getting problem in starting. Once overcome this starting period many fucntionalities, architecture will become clear to you instantly.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Trident Support&lt;/p&gt;</description><author>abhisheks</author><pubDate>Fri, 01 Jun 2012 09:33:33 GMT</pubDate><guid isPermaLink="false">Commented Issue: i can't import source code to visual studio 2010. [14355] 20120601093333A</guid></item><item><title>Commented Issue: i can't import source code to visual studio 2010. [14355]</title><link>http://tridentworkflow.codeplex.com/workitem/14355</link><description>I followed Onboarding Guide until the section which &amp;#34;connect to team foundation server&amp;#34;. every thing untill this part works correctly, but ofter this part i can&amp;#39;t connect to server and i face with an error, which are shown below.&lt;br /&gt;&lt;br /&gt;what can i do to fix it or import sorce code into visula studio&amp;#63; because i want to generate some costumized activities.&lt;br /&gt;&lt;br /&gt;error&amp;#58;&lt;br /&gt;&amp;#34;TF31002&amp;#58;Unable to connect to this Team Foundation Server&amp;#59;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;. &lt;br /&gt; Team Foundation Server Url&amp;#58;https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;.&lt;br /&gt;&lt;br /&gt;Possilble reason for failure include&amp;#58;&lt;br /&gt;-The name,port number, or protocol for the Team Foundation Server is incorrect.&lt;br /&gt;-The Team Foundation Server is offline.&lt;br /&gt;-The pasword has expired or is incorrect.&lt;br /&gt;&lt;br /&gt;Technical information &amp;#40;for administraror&amp;#40;&amp;#58;&lt;br /&gt;unable to connect to the remote server&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: arashsari ** &lt;p&gt;hi&lt;/p&gt;&lt;p&gt;1- I follow up to step 2. in step 3, i have no idea how i can open source code in VS 2010. and have all the source code and solution in one solution. There are a number of solution into it. How can i open source code into Team Explorer&amp;#63; &lt;/p&gt;&lt;p&gt;2- If i follow &amp;#34;onboarding_guide&amp;#34;, it open each solution separately &amp;#40;like DataLayer-full.sln&amp;#41;. May be i have not enough knowledge about VS2010 or your source code architecture. Please help me in this case. if i am made mistake cause of lack of knowledge.&lt;/p&gt;&lt;p&gt;3- in &amp;#34;onboarding_guide&amp;#34; in side the pre-build operation, i can not find &amp;#34;Wix2&amp;#34;, and &amp;#34;Wix3&amp;#34; binaries to copy into sub-folder that i made.&lt;/p&gt;&lt;p&gt;4-&amp;#40; 3rd ways that i tried&amp;#41;. I make new project from existing code. then add required references &amp;#40;like , WindowsBase, PresentationCore, and PresentationFramework&amp;#41; . i face 34 error &amp;#40;like, &lt;br /&gt;The tag &amp;#39;Activity&amp;#39; does not exist in XML namespace &amp;#39;http&amp;#58;&amp;#47;&amp;#47;schemas.microsoft.com&amp;#47;netfx&amp;#47;2009&amp;#47;xaml&amp;#47;activities&amp;#39;. &amp;#41;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Arash&lt;/p&gt;</description><author>arashsari</author><pubDate>Thu, 24 May 2012 07:32:04 GMT</pubDate><guid isPermaLink="false">Commented Issue: i can't import source code to visual studio 2010. [14355] 20120524073204A</guid></item><item><title>Commented Issue: i can't import source code to visual studio 2010. [14355]</title><link>http://tridentworkflow.codeplex.com/workitem/14355</link><description>I followed Onboarding Guide until the section which &amp;#34;connect to team foundation server&amp;#34;. every thing untill this part works correctly, but ofter this part i can&amp;#39;t connect to server and i face with an error, which are shown below.&lt;br /&gt;&lt;br /&gt;what can i do to fix it or import sorce code into visula studio&amp;#63; because i want to generate some costumized activities.&lt;br /&gt;&lt;br /&gt;error&amp;#58;&lt;br /&gt;&amp;#34;TF31002&amp;#58;Unable to connect to this Team Foundation Server&amp;#59;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;. &lt;br /&gt; Team Foundation Server Url&amp;#58;https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;.&lt;br /&gt;&lt;br /&gt;Possilble reason for failure include&amp;#58;&lt;br /&gt;-The name,port number, or protocol for the Team Foundation Server is incorrect.&lt;br /&gt;-The Team Foundation Server is offline.&lt;br /&gt;-The pasword has expired or is incorrect.&lt;br /&gt;&lt;br /&gt;Technical information &amp;#40;for administraror&amp;#40;&amp;#58;&lt;br /&gt;unable to connect to the remote server&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;Please find the location of the references at the following location under the default Trident location.&lt;/p&gt;&lt;p&gt;Assembly -&amp;#62; Microsoft.Research.ScientificWorkflow&lt;br /&gt;Path -&amp;#62; C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Project Trident - A Scientific Workflow Workbench&amp;#92;ScientificWorkflow.TridentWorkflowCommon.dll&lt;/p&gt;&lt;p&gt;Assembly -&amp;#62; Microsoft.Research.ScientificWorkflow.ManagementStudioControls&lt;br /&gt;Path -&amp;#62; C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Project Trident - A Scientific Workflow Workbench&amp;#92;Microsoft.Research.ManagementStudioControls.dll&lt;/p&gt;&lt;p&gt;Assembly -&amp;#62; Microsoft.Research.ScientificWorkflow.WebClient&lt;br /&gt;Path -&amp;#62; This assembly you will find in the Trident installed location if you have installed the Trident with Silverlight project. My installation is without it. Please look for the WebClient folder under the C&amp;#58;&amp;#92;Program Files&amp;#92;Microsoft Project Trident - A Scientific Workflow Workbench.  Inside it there will a bin folder under which you will get the assembly.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Trident Support Team&lt;br /&gt;&lt;/p&gt;</description><author>abhisheks</author><pubDate>Mon, 24 Oct 2011 09:36:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: i can't import source code to visual studio 2010. [14355] 20111024093610A</guid></item><item><title>Commented Issue: i can't import source code to visual studio 2010. [14355]</title><link>http://tridentworkflow.codeplex.com/workitem/14355</link><description>I followed Onboarding Guide until the section which &amp;#34;connect to team foundation server&amp;#34;. every thing untill this part works correctly, but ofter this part i can&amp;#39;t connect to server and i face with an error, which are shown below.&lt;br /&gt;&lt;br /&gt;what can i do to fix it or import sorce code into visula studio&amp;#63; because i want to generate some costumized activities.&lt;br /&gt;&lt;br /&gt;error&amp;#58;&lt;br /&gt;&amp;#34;TF31002&amp;#58;Unable to connect to this Team Foundation Server&amp;#59;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;. &lt;br /&gt; Team Foundation Server Url&amp;#58;https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;.&lt;br /&gt;&lt;br /&gt;Possilble reason for failure include&amp;#58;&lt;br /&gt;-The name,port number, or protocol for the Team Foundation Server is incorrect.&lt;br /&gt;-The Team Foundation Server is offline.&lt;br /&gt;-The pasword has expired or is incorrect.&lt;br /&gt;&lt;br /&gt;Technical information &amp;#40;for administraror&amp;#40;&amp;#58;&lt;br /&gt;unable to connect to the remote server&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: sarikhani ** &lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;by the way, i need to have some dll which i can&amp;#39;t find them. like, &lt;br /&gt;&amp;#34;Microsoft.Research.ScientificWorkflow &amp;#34; and some of there subbranches.like, &lt;/p&gt;&lt;p&gt;Microsoft.Research.ScientificWorkflow.ManagementStudioControls&lt;br /&gt;Microsoft.Research.ScientificWorkflow.WebClient&lt;br /&gt;....&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;regards&lt;br /&gt;Arash&lt;/p&gt;</description><author>sarikhani</author><pubDate>Mon, 24 Oct 2011 03:45:44 GMT</pubDate><guid isPermaLink="false">Commented Issue: i can't import source code to visual studio 2010. [14355] 20111024034544A</guid></item><item><title>Commented Issue: i can't import source code to visual studio 2010. [14355]</title><link>http://tridentworkflow.codeplex.com/workitem/14355</link><description>I followed Onboarding Guide until the section which &amp;#34;connect to team foundation server&amp;#34;. every thing untill this part works correctly, but ofter this part i can&amp;#39;t connect to server and i face with an error, which are shown below.&lt;br /&gt;&lt;br /&gt;what can i do to fix it or import sorce code into visula studio&amp;#63; because i want to generate some costumized activities.&lt;br /&gt;&lt;br /&gt;error&amp;#58;&lt;br /&gt;&amp;#34;TF31002&amp;#58;Unable to connect to this Team Foundation Server&amp;#59;&lt;br /&gt; https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;. &lt;br /&gt; Team Foundation Server Url&amp;#58;https&amp;#58;&amp;#47;&amp;#47;tf04.codeplex.com&amp;#47;.&lt;br /&gt;&lt;br /&gt;Possilble reason for failure include&amp;#58;&lt;br /&gt;-The name,port number, or protocol for the Team Foundation Server is incorrect.&lt;br /&gt;-The Team Foundation Server is offline.&lt;br /&gt;-The pasword has expired or is incorrect.&lt;br /&gt;&lt;br /&gt;Technical information &amp;#40;for administraror&amp;#40;&amp;#58;&lt;br /&gt;unable to connect to the remote server&amp;#34;&lt;br /&gt;Comments: ** Comment from web user: sarikhani ** &lt;p&gt;Hi&lt;/p&gt;&lt;p&gt;Thank you for answering my question.&lt;/p&gt;&lt;p&gt;I have done all the tasks according to your order. While, i have some problems which i can&amp;#39;t solve it.&lt;br /&gt;First i Create new project from Existing Code Files. &amp;#40; actually two project , one base on &amp;#34;console application&amp;#34;, the other base on &amp;#34;class library&amp;#34;&amp;#41;.Even after adding all required dll to reference.&lt;br /&gt;i faced lot&amp;#39;s of problems,&amp;#40; i attached the my error list&amp;#41;.&lt;/p&gt;&lt;p&gt;i will appreciate if you help me to solve these problems.&lt;br /&gt;I want to send my source code but they are more than 4MB. if you need to look at the codes , please let me know. &lt;/p&gt;&lt;p&gt;Best Regards&lt;br /&gt;Arash&lt;/p&gt;</description><author>sarikhani</author><pubDate>Sat, 22 Oct 2011 07:43:10 GMT</pubDate><guid isPermaLink="false">Commented Issue: i can't import source code to visual studio 2010. [14355] 20111022074310A</guid></item><item><title>Commented Issue: Import workflow fails if assemblies have circular dependencies [12927]</title><link>http://tridentworkflow.codeplex.com/workitem/12927</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I came accross a stack overflow issue when importing a workflow &amp;#40;or rather, a DLL dependency. It leads to the method below calling itself until the overflow.&lt;br /&gt;TridentUtilities.Helper.BuildReferences&amp;#40;Collection&amp;#60;FileReference&amp;#62; fileReferences, string selectedFile, string currentDirPath&amp;#41;&lt;br /&gt;                     Helper.BuildReferences&amp;#40;fileReferences, tempAssembly.Location, currentDirPath&amp;#41;&lt;br /&gt;&lt;br /&gt;After a bit of debugging I found out that this is because two of the assemblies loaded have a circular dependency &amp;#40;see below&amp;#41;. While circular dependencies are undesirable, I would bet this is a thought through compromise in this particular case &amp;#40;IKVM&amp;#41;. Maybe the Trident code should check for such cases, at least for direct circular dependencies between two assemblies. Happy to look into it&amp;#59; let me know of the preferred procedure. I have mostly worked on activities so far, not modified the core trident code.&lt;br /&gt;&lt;br /&gt;asmName&amp;#9;&amp;#123;IKVM.OpenJDK.Core, Version&amp;#61;0.44.0.5, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;13235d27fcbfff58&amp;#125;&lt;br /&gt;asmName&amp;#9;&amp;#123;IKVM.Runtime, Version&amp;#61;0.44.0.5, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;13235d27fcbfff58&amp;#125;&amp;#9;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;J-M&lt;br /&gt;Comments: ** Comment from web user: jperraud ** &lt;p&gt;Hi abhisheks,&lt;/p&gt;&lt;p&gt;I attach the Helper.cs file with the patch applied. Not sure what went on for the original patch to end up not to compile for you, &amp;#39;No worries&amp;#39;.&lt;br /&gt;I have a couple of additional modifications on other, unrelated fronts, but I&amp;#39;ll keep it separate in another patch.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;J-M   &lt;/p&gt;</description><author>jperraud</author><pubDate>Fri, 21 Oct 2011 21:53:57 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import workflow fails if assemblies have circular dependencies [12927] 20111021095357P</guid></item><item><title>Commented Issue: Import workflow fails if assemblies have circular dependencies [12927]</title><link>http://tridentworkflow.codeplex.com/workitem/12927</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I came accross a stack overflow issue when importing a workflow &amp;#40;or rather, a DLL dependency. It leads to the method below calling itself until the overflow.&lt;br /&gt;TridentUtilities.Helper.BuildReferences&amp;#40;Collection&amp;#60;FileReference&amp;#62; fileReferences, string selectedFile, string currentDirPath&amp;#41;&lt;br /&gt;                     Helper.BuildReferences&amp;#40;fileReferences, tempAssembly.Location, currentDirPath&amp;#41;&lt;br /&gt;&lt;br /&gt;After a bit of debugging I found out that this is because two of the assemblies loaded have a circular dependency &amp;#40;see below&amp;#41;. While circular dependencies are undesirable, I would bet this is a thought through compromise in this particular case &amp;#40;IKVM&amp;#41;. Maybe the Trident code should check for such cases, at least for direct circular dependencies between two assemblies. Happy to look into it&amp;#59; let me know of the preferred procedure. I have mostly worked on activities so far, not modified the core trident code.&lt;br /&gt;&lt;br /&gt;asmName&amp;#9;&amp;#123;IKVM.OpenJDK.Core, Version&amp;#61;0.44.0.5, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;13235d27fcbfff58&amp;#125;&lt;br /&gt;asmName&amp;#9;&amp;#123;IKVM.Runtime, Version&amp;#61;0.44.0.5, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;13235d27fcbfff58&amp;#125;&amp;#9;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;J-M&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;The patch you have uploaded &amp;#40;patch 9078&amp;#41; has many syntactical errors. It would great if you can provide a clean replacement of the BuildReferences&amp;#40;&amp;#41; method which compiles without errors. &lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Trident Support Team&lt;/p&gt;</description><author>abhisheks</author><pubDate>Fri, 21 Oct 2011 12:38:08 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import workflow fails if assemblies have circular dependencies [12927] 20111021123808P</guid></item><item><title>Commented Issue: Import workflow fails if assemblies have circular dependencies [12927]</title><link>http://tridentworkflow.codeplex.com/workitem/12927</link><description>Hi,&lt;br /&gt;&lt;br /&gt;I came accross a stack overflow issue when importing a workflow &amp;#40;or rather, a DLL dependency. It leads to the method below calling itself until the overflow.&lt;br /&gt;TridentUtilities.Helper.BuildReferences&amp;#40;Collection&amp;#60;FileReference&amp;#62; fileReferences, string selectedFile, string currentDirPath&amp;#41;&lt;br /&gt;                     Helper.BuildReferences&amp;#40;fileReferences, tempAssembly.Location, currentDirPath&amp;#41;&lt;br /&gt;&lt;br /&gt;After a bit of debugging I found out that this is because two of the assemblies loaded have a circular dependency &amp;#40;see below&amp;#41;. While circular dependencies are undesirable, I would bet this is a thought through compromise in this particular case &amp;#40;IKVM&amp;#41;. Maybe the Trident code should check for such cases, at least for direct circular dependencies between two assemblies. Happy to look into it&amp;#59; let me know of the preferred procedure. I have mostly worked on activities so far, not modified the core trident code.&lt;br /&gt;&lt;br /&gt;asmName&amp;#9;&amp;#123;IKVM.OpenJDK.Core, Version&amp;#61;0.44.0.5, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;13235d27fcbfff58&amp;#125;&lt;br /&gt;asmName&amp;#9;&amp;#123;IKVM.Runtime, Version&amp;#61;0.44.0.5, Culture&amp;#61;neutral, PublicKeyToken&amp;#61;13235d27fcbfff58&amp;#125;&amp;#9;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;J-M&lt;br /&gt;Comments: ** Comment from web user: abhisheks ** &lt;p&gt;Hi,&lt;/p&gt;&lt;p&gt;We are currently testing the patch uploaded by you &amp;#40;patch 9078&amp;#41; regarding this issue. It has few errors. Can you please re upload this patch again which is free from any error. &lt;/p&gt;&lt;p&gt;We would test the same agian and accept if it is working correctly.&lt;/p&gt;&lt;p&gt;Regards,&lt;br /&gt;Trident Support Team&lt;/p&gt;</description><author>abhisheks</author><pubDate>Mon, 17 Oct 2011 13:09:28 GMT</pubDate><guid isPermaLink="false">Commented Issue: Import workflow fails if assemblies have circular dependencies [12927] 20111017010928P</guid></item></channel></rss>