Skip to main content
zamvil
Inspiring
August 1, 2012
Question

Problems with dotnet component call

  • August 1, 2012
  • 1 reply
  • 682 views

Hi,

Im calling a dll NET with the de CF Component but when I calling displays this error in the production server where is a Hosting provider. When I run it from my Pc, It runs perfectly

java.security.PrivilegedActionException: coldfusion.runtime.dotnet.ProxyGenerationException

D://wwwroot/guarderias/prueba-usandoDLL.cfm: line 14
12 :      type="dotnet"  13 :      class="EncryiptDescrypt.Cryptoryng.EncripDesencrip"  14 :      assembly="#expandPath('.\utileria\Encryptacion.dll')#"  15 :      />  

THis is my code

<!------>

<cfobject

name="Cypert"

type="dotnet"

class="EncryiptDescrypt.Cryptoryng.EncripDesencrip"

assembly="#expandPath('.\utileria\Encryptacion.dll')#"

/>

Somebody has fixed this error? Could you help me?

regards

Moises

    This topic has been closed for replies.

    1 reply

    zamvil
    zamvilAuthor
    Inspiring
    August 1, 2012

    The CF server are CF 10 64 bits