i m facing the error "error CS0234: The type or namespace name 'DirectoryServices' does not exist in the namespace 'System' (are you missing an assembly reference?)"
when upgrade from v9.1.2 to v9.2. Anyone face this issue before?
Looks like you're missing a reference to the AD library.
Did you install to a new location? Make sure you have the dll in the various folders required.
C:\Program Files (x86)\Metastorm\BPM\Designer\CustomLib
C:\Program Files (x86)\Metastorm\BPM\Deployment\CustomLib
C:\Program Files (x86)\Metastorm\BPM\Engine\dotnetlib
Also within the designer go to options > Scripting > [NameSpaces] .. to be sure the library reference is checked.
the System.DirectoryServices.dll in is not exist in the 3 folder as you mention. I’ve try to put the framework 4.0 System.DirectoryServices.dll into the folder, unfortunately the same error occur.
I discovered that while I could upgrade form v9.1.x to v9.2.0, then I then tried to apply the v9.2.1 upgrade it would always fail. I had to do this in both Dev and QA thus far. The upgrade itself failed, and there was little useful information to figure out why. I ended up installing MBPM and starting with a "fresh" 9.2.0 then I could upgrade to v9.2.1 without issue.
Alas, I had to go though many more set-up steps because of this.
I'll be upgrading production in a week or so (2 machines).
I doubt its related, but thought I'd share.
Hi Everyone, the issue has been resolved after i did the fresh installation.