Skip navigation
Currently Being Moderated

Problems with dotnet component call

Aug 1, 2012 7:38 AM

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

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points