framework 4.0 DLL

I'm calling several external DLLs from within Metastorm javascript.net functions. I had to update one of them from framework 3.5 (VS 2008) to the new 4.0 (VS 2010) which has caused it to quit working. Has anyone successfully used 4.0? I'd rather not have to use %run to call a fully external EXE since that prevents me from returning values. TIA, Jeff

Tagged:

Comments

  • As the Metastorm Engine is still using .Net 3.5 it will not yet support a .Net 4 DLL.

     

    You could try hosting the functionality of the DLL in a local Web Service that the engine could make calls to perhaps...