I don't have any idea what dll to register.  The custom tag is trying to create 
a connection to MS Word using the code below:

<CFOBJECT 
 ACTION="CREATE" 
 CLASS="Word.Application" 
 NAME="objWord" 
 TYPE="COM">

How would I determine what dll needs to be registered?  Shouldn't installing 
Word register everything that it needs?



>You will need to register the object on the server you are calling it
>from...
>
>Start > run > cmd
>
>regsvr32 yourobject.dll

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:185205
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to