Pranay Mehra

Pranay Mehra

  • NA
  • 1
  • 1.5k

Exception

Dec 17 2012 4:50 AM
I am experiencing the following exception :

Unable to cast COM object of type 'DBCCTRLLib.TickerClass' to interface type 'System.ComponentModel.ISupportInitialize'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{CF793A55-B9DD-30C2-A484-360AF143C228}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

in the line :

 ((System.ComponentModel.ISupportInitialize)(this.Ticker2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Ticker1)).BeginInit();
             

Please Help!


Pranay