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

new to .net - accessing local assemblies

New Here ,
Mar 26, 2010 Mar 26, 2010

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

TOPICS
Advanced techniques
283
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
Advisor ,
Mar 29, 2010 Mar 29, 2010
LATEST

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
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