> We had a client that wants to eventually move their CF web application over 
> to .NET.  In preparation for this, we started writing some of the
> business layer in .NET and compiling it into a DLLs.  I've figured out how to 
> have CF communicate with the .NET DLL object and call the functions
> inside the DLL.  My issue is that I would like to reuse this DLL on another 
> site hosted on the same server.  The DLL utilizes an XML for site specific
> configuration. I've copied it to a different location on the server with its 
> own XML configuration.  When the second site calls this copy of the DLL, CF
> is using the configuration loaded from the first site.  I believe the CF 
> server is using the cached proxy of the DLL.  Is there a way I can get around
> this without renaming the DLL.

No, I don't think so - I think you're stuck with one DLL per .NET
bridge. This isn't really a limitation of CF as much as of JNBridge,
the middleware layer used to let CF talk to your DLL.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346678
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to