BPM Form in the EngWorkBench.CheckOut Method

E10.0.700.2

 

Does anyone know of an issue with BPM Forms in the EngWorkBench.CheckOut Method?  I am getting the following error:

 

Error CS1003: Syntax error, ':' expected [EngWorkBench.CheckOut.cs(429,82)]

 

It seems to reference the following code:

 

this.ipAsOfDate = Ice.Utility.Serializer.DeserializeDateTime?(stream);

 

This error occurs as I “Enable” the BPM.  It is triggered when the BPM Form is used.  I moved the form to a different method and it works.  I used forms from other methods that work, so for some reason it is just this method that doesn’t like forms.  When I enable the BPM w/out the form it compiles fine.  There is not custom code per se.  Everything was point and click. 

 

Brenda