Alright so I wrote this custom tag that uses .net integration to
create IIS virtual directories.  IT worked great when I implemented it
last night.

This morning, I uninstalled coldfusion 8 standard, and installed CF 8
Enterprise in multi-server mode.

My web sites are flying now, but my code that creates virtual
directories is now broke.

It errors on this line:

<cfobject
    type=".net"
    class="System.DirectoryServices.DirectoryEntry"
    assembly="#dllPath#"
    name="site">


with this error:

System.DirectoryServices.DirectoryEntry null

and this from the stack trace:

java.lang.ClassNotFoundException:
System.DirectoryServices.DirectoryEntry at
coldfusion.runtime.dotnet.Assembly.loadClass(Assembly.java:232) at

I verified that the dll referenced in dllPath still exists, so I'm not
sure how to proceed debuggin this.

Rick


-- 
Rick Root
New Brian Vander Ark Album, songs in the music player and cool behind
the scenes video at www.myspace.com/brianvanderark

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308742
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to