I'm trying to invoke a simple .NET class from CF8

 

Can't get it to work, just get

 


Detail

The assembly that contains the class must be provided to the assembly
attribute. 


Message

Class CfTest not found in the specified assembly list. 

 

<cfobject action="create" type=".net" name="test" class="CfTest"
assembly="D:/Test.dll" />

 

The dll I wrote, really simple just has a method to return a fixed integer.

 

The reason I wrote this is to try to trouble shoot why I can't get another
..NET sample working.

 

Any ideas.

 

Regards

Dale Fraser

 

http://learncf.com

 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

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

Reply via email to