I have a problem with CoGetClassObject function. Sometime the CoGetClassObject in my code just hang forever, never return. Have anyone experienced this ? Thank you in advance. -Bryan
Does it really hang "forever"? or did you simply not wait long enough? If the object is remote, it might take some time before an error message is returned, particularly if you have several network protocols installed. What OS are you talking about? Is the object remote? Brian
It really hang "forever", it is out of process DCOM and it run in win2k3 x64. U mentioned about network protocols installed. How do they relate to this problem? Thank you very much. -Bryan "Brian Muth" wrote in message news:OrM7DFDAGHA.3568@TK2MSFTNGP09.phx.gbl... > Does it really hang "forever"? or did you simply not wait long enough? If > the object is remote, it might take some time before an error message is > returned, particularly if you have several network protocols installed. > What OS are you talking about? Is the object remote? > > Brian >
I believe under Win2003 regular and x64, there is only the TCP/IP protocol defined, so the problem you are facing is not related.