﻿<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developers.de/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Problem with starting of Workflow Service</title><link />http://developers.de/blogs/damir_dobric/archive/2008/03/01/problem-with-starting-of-workflow-service.aspx<description>While trying to implement some test I moved my WorkflowService (the Workflow hosted as Wcf service) from original project to some other one. After that I could have noticed following error: &amp;quot; No contract found in the workflow &amp;quot;. This error occurs</description><dc:language>en</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: Problem with starting of Workflow Service</title><link />http://developers.de/blogs/damir_dobric/archive/2008/03/01/problem-with-starting-of-workflow-service.aspx#1945<pubdate>Wed, 04 Jun 2008 12:44:23 GMT</pubdate><guid ispermalink="false">7e491611-45ad-4dae-a68f-c4cb64439510:1945</guid><dc:creator>Felipe Dutra Tine e SIlva</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I had the same problem.&lt;/p&gt;
&lt;p&gt;To resolve this.&lt;/p&gt;
&lt;p&gt;You can open the .csproj with the notepad.&lt;/p&gt;
&lt;p&gt;And you must put the line :&lt;/p&gt;
&lt;p&gt;&amp;lt;Import Project=&amp;quot;$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.5\Workflow.Targets&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt;after :&lt;/p&gt;
&lt;p&gt;&amp;lt;Import Project=&amp;quot;$(MSBuildBinPath)\Microsoft.CSharp.targets&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://developers.de/aggbug.aspx?PostID=1945" width="1" height="1"&gt;</description></item></channel></rss>