Skip to main content
Participating Frequently
March 26, 2010
Question

new to .net - accessing local assemblies

  • March 26, 2010
  • 1 reply
  • 320 views

We are new to to integrating .net assemblies with CF.

We have .net asseblies from our management system.  We have copied them to a folder under the CF root folder in order to have local assemblies.  Is there a specific place we should place them?  Do we need to enter them in CF admin?  The documentation is getting use nowhere.

Thanks, Pam at AAOS

This topic has been closed for replies.

1 reply

Inspiring
March 29, 2010

Items to consider.

1. You need to specify the absolute path to your .NET DLLs in your CFOBJECT or CreateObject code.
If your DLL is located at C:\Inetpub\wwwroot\net\mycomponent.dll you include that path as the value for the assembly attribute of CFOBJECT.

2. Permissions
Be sure that the login that the CF .NET Service runs as has sufficient rights to access the DLL files.


References
http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-789c.html

http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WSc3ff6d0ea77859461172e0811cbec22c24-789e.html