|
Hi All
I am getting the below mentioned error while accessing the page which uses VB.Net Dll ,Please look in to the matter and suggest some solution
Unable to cast COM object of type 'Scripting.DictionaryClass' to interface type 'Scripting.IDictionary'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{42C642C1-97E1-11CF-978F-00A02463E06F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidCastException: Unable to cast COM object of type 'Scripting.DictionaryClass' to interface type 'Scripting.IDictionary'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{42C642C1-97E1-11CF-978F-00A02463E06F}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
Source Error:
Line 69: dim objstar as new PrjStarPur.cls_gateentry
Line 70: Line 71: dim ftpGateEnt as new Prj_FtpGateEntry.Cls_FtpGateEntry |