I am making WMI calls from my .net code in a thread. This code works fine when executed on 32-bit machine.
But when the code is executed on a 64 bit machine, an Exception : System.NullReferenceException is thrown at managementObjectSearcher.Get() statement.
Any pointers...