Everything has been resolved. The issue of an exception being thrown the second time engine.Evaluate was called was due to a coding error on my part. Specifically, I was using a StringBuilder to build part of the R command, and did not call StringBuilder.Clear() first.
↧