Skip to main content
Inspiring
April 19, 2006
Question

Custom Tag - Unable to Load Library

  • April 19, 2006
  • 2 replies
  • 782 views
I'm working on a project that needs to access custom tags. . We are using CFMX Version 6,1,0,63958 Edition Enterprise Operating system Windows 2003 OS version 5.2

The Web application relies on 4 custom tags written in C++. I can get the first tag to work. The other tags work on my developer edition (CFMX 7), but I cannot
get them to work on Version 6.1. I get the error "Unable to Load Library". These other custom tags each call an external DLL from within side them and I
believe that this is what's causing the problem. I've tried researching this problem for months, checking the forums, Google, etc. but nothing has worked.

I have a deadline coming up soon, so any help or advice to get me in the right direction
to solve this problem would be greatly appreciated. I don't know what to do and I need a solution!

Thanks
    This topic has been closed for replies.

    2 replies

    James74Author
    Inspiring
    April 19, 2006
    That worked. It was looking for the dll in CFusionMX\Lib instead of in the CFX\custom tags folder.
    Participating Frequently
    April 19, 2006
    Use dependencies viewer (standard Microsoft tool) to see which other DLLs are needed.
    James74Author
    Inspiring
    April 19, 2006
    Thanks, I'll give that a shot and let you know if it worked.