In my VB app, when I create an object from COM+, I use the CreateObject function. In the books that I've read for examples, all from Wrox, they don't use the servername parameter of the CreateObject when they create their objects. However, my application won't work unless I use this parameter.
Example:
Set objMyObject = CreateObject("svrPersist.MyObject", PERSIST_SERVER)
Is this something I should worry about? Am I doing something wrong?
Thanks
Clay Haller
Example:
Set objMyObject = CreateObject("svrPersist.MyObject", PERSIST_SERVER)
Is this something I should worry about? Am I doing something wrong?
Thanks
Clay Haller