The service 'System.Workflow.ComponentModel.Design.IIdentifierCreationService' must be installed for this operation to succeed. Ensure that this service is available. |
- Create a 3rd project as workflow project and move everything from the 2nd project to it. [Sounds like Microsoft recommendation - I hate that one though]
- Modify the .csproj file file to add the lines in green under the black lines:
<AssemblyName>ASEEMBLY_NAME_HERE__TYPICALLY _SAME_AS_PROJECT_FILE</AssemblyName> <ProjectTypeGuids>{14822709-B5A1-4724-98CA-57A101D1B079};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> </PropertyGroup> <Import Project="$(MSBuildExtensionsPath)\Microsoft\Windows Workflow Foundation\v3.0\Workflow.Targets" /> |
Hope that helps!