Knowledge.ToString()

Month: May 2008

  • Check the Existence of COM Object Registered Using regsvr32

    I had a chance to work on project which was using a COM object. This object was registered using regsvr32. During application migration to another server, I wanted to check the if this object exists on new server or not. I don’t wanted to write VB application to just check that object so suddenly a…