|
WMI code causes application hang when IWbemLocator::ConnectServer is executed
I have a dll implemented by VC++ that works fine on XP, NT and Windows 2000. On Vista, my application will hang when the code tries to connect CIMOM Server. I copy the same code to a Win32 main program then run it on Vista, it is OK. What else should I notice to make my dll work on Vista? p.s. I use Administrator account to log on Vista to compile and run program.
Thanks in advance!
|