Is there some reason that I can't use "var" to declare an implicitly typed variable in C# code within BPM V9? The intellisense highlights it properly, but when I validate, I get an error:
"The type or namespace name 'var' could not be found (are you missing a using directive or an assembly reference?"
If I replace the "var" with an actual type, it validates OK.
"var" did come in with .Net 3.5, which is what Metastorm uses, did it not?