Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Unable to invoke .net dll with CFOBJECT

New Here ,
Apr 30, 2009 Apr 30, 2009

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.

TOPICS
Advanced techniques
994
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 04, 2009 May 04, 2009
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources