Skip to main content
Participant
April 30, 2009
Question

Unable to invoke .net dll with CFOBJECT

  • April 30, 2009
  • 1 reply
  • 1020 views

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.

This topic has been closed for replies.

1 reply

Participant
May 4, 2009

Got some help from Adobe support this morning.  Turns out that the particular instance we're running in was missing a system file.  Once we copied dotNetCoreProxy.jar to the cfusion.ear/cfusion.war/web-inf/cfclasses/dotNetProxy/ folder from another instance the issue was resolved.