Unable to invoke .net dll with CFOBJECT
Hi All,
This has been making me nuts for days -- this works perfectly on my local CF 8 install
<cfobject type=".NET" name="POSQualify2009" class="POSQualify2009.QualificationsNew" assembly="POSQualify2009.dll">
But when pushed to our CF8 enterprise server it fails and logs this:
"Error","jrpp-36","04/28/09","11:07:54",,"Error while generating the proxy jar for .NET core jar"
No other errors are appearing in the event logs (thought maybe it was a security or application error).
We are running multiple instances of CF8 on this server, could this be related?
Thanks in advance.