souheil - Thursday, January 27, 2011 6:03 PM:
Hi Brian,
I have followed your instruction for Using custom .dll's with innovator from your article. when I instantiate the class from the dll in the server method I get the error that the class is not defined. It seems that innovator is not able to identify the namespace or the clsses in the dll. any ideas?
Brian - Friday, January 28, 2011 9:36 PM:
Hi Souheil,
Assuming it isn't something simple like bad syntax it seems most likely that the class is either no being referenced correctly in the Method Config.xml file or that the class isn't registered in the Global Assembly Cache.
This last item was a real problem for me working under WIndows 7 where it seems the security requirements mean that you have to register the .dll to make it accessible.
Beyond that I would have to have the classes etc to be able to see what is happening.
Let me know if this helped at all.
Cheers,
Brian.
souheil - Sunday, January 30, 2011 5:17 PM:
Thanks Brian. I had to toy with the registration of the dll. It is working now.