Click here to Skip to main content
15,895,011 members
Home / Discussions / COM
   

COM

 
QuestionDebugging WMI Providers Pin
krishiyengar28-May-09 7:26
krishiyengar28-May-09 7:26 
AnswerRe: Debugging WMI Providers Pin
Stuart Dootson28-May-09 8:08
professionalStuart Dootson28-May-09 8:08 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 2:10
krishiyengar29-May-09 2:10 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 2:12
professionalStuart Dootson29-May-09 2:12 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 2:49
krishiyengar29-May-09 2:49 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 2:53
professionalStuart Dootson29-May-09 2:53 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 3:03
krishiyengar29-May-09 3:03 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 3:18
professionalStuart Dootson29-May-09 3:18 
So, it sounds like WMI CIM Studio is trying to load your provider (I presume your provider is a DLL?), which means that the process trying to load your provider is Internet Explorer? In that case, you want to specify Internet Explorer as your debug executable and set breakpoints in your provider source code. I would suggest the Initialize method of IWbemProviderInit as a good place to start?

If that method's never reached, then it suggests that the system is having trouble locating your provider, which suggests that the registration of your management class is incorrect.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 3:31
krishiyengar29-May-09 3:31 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 3:43
professionalStuart Dootson29-May-09 3:43 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 3:54
krishiyengar29-May-09 3:54 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 4:46
krishiyengar29-May-09 4:46 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 5:34
krishiyengar29-May-09 5:34 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 6:10
professionalStuart Dootson29-May-09 6:10 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 6:31
krishiyengar29-May-09 6:31 
GeneralRe: Debugging WMI Providers Pin
krishiyengar29-May-09 6:36
krishiyengar29-May-09 6:36 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson29-May-09 12:49
professionalStuart Dootson29-May-09 12:49 
GeneralRe: Debugging WMI Providers Pin
krishiyengar1-Jun-09 3:58
krishiyengar1-Jun-09 3:58 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson1-Jun-09 4:04
professionalStuart Dootson1-Jun-09 4:04 
GeneralRe: Debugging WMI Providers Pin
krishiyengar1-Jun-09 4:09
krishiyengar1-Jun-09 4:09 
GeneralRe: Debugging WMI Providers Pin
krishiyengar1-Jun-09 4:15
krishiyengar1-Jun-09 4:15 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson1-Jun-09 4:21
professionalStuart Dootson1-Jun-09 4:21 
GeneralRe: Debugging WMI Providers Pin
krishiyengar1-Jun-09 4:36
krishiyengar1-Jun-09 4:36 
GeneralRe: Debugging WMI Providers Pin
Stuart Dootson1-Jun-09 4:43
professionalStuart Dootson1-Jun-09 4:43 
GeneralRe: Debugging WMI Providers Pin
krishiyengar1-Jun-09 5:06
krishiyengar1-Jun-09 5:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.