The type or namespace name ‘Workflow’ does not exist in the namespace
20 Dec 2011 2 Comments
in MS CRM 2011 Tags: registration tool
Today when I tried to open MS CRM 4.0 plugin registration tool in VS 2010, as usual it asked me upgrade the solution and when I opened after upgrade, after adding web reference I tried to build project and I got below error
Error 1 The type or namespace name ‘Workflow’ does not exist in the namespace ‘System’ (are you missing an assembly reference?) C:\Users\Vikram\Desktop\pluginregistration\AssemblyReader.cs 75 43 pluginregistrationtool
![]()
Then I checked .net version in project properties, and it was .net 2.0, so I changed .net version to 3.0 and it worked like a charm.
Hope it will help somebody !!!



Jan 09, 2012 @ 10:22:20
Indeed it did helped.
Cheers Mate !
May 21, 2012 @ 12:03:09
Of course it helped!