Quantcast
Channel: CSharp Forum Latest Questions
Viewing all articles
Browse latest Browse all 32065

Exception

$
0
0
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

Viewing all articles
Browse latest Browse all 32065

Trending Articles