I'm using CFOBJECT to create and use VB-COM components via MTS. The objects I'm creating I am storing in session variables.<br><br>I've had the following problems:<br> - Any properties or methods that take an argument ByRef don't work<br> - Any properties that take Variant arguments don't work<br> - If I create object (A) and pass it to the method of another object (B), deleting the object (A) succeeds, StructDelete(session,"objA"
, but MTS shows the object still exists. This deletion works if I don't pass the object to B. Its like Cold Fusion thinks B is still interested in A so it won't let it die.<br><br>Has anyone else had any weird probems using COM objects with Cold Fusion?<br><br>Chris.<br>