Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CF10 - Problems with dotnet component call

Status
Not open for further replies.

zamvil

Programmer
Jul 25, 2002
9
MX
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. The CF servers are CF 10 64 bits




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

The error occurred in D:/ 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
 
You need to check with your hosting provider. That's the only delta here.

-----------
With business clients like mine, you'd be better off herding cats.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top