dll error
-
hi all, i have tied to add a rference to my application, the name of the library is microsoft excel 11.0 object library but it is not working , i have got a warnig also. when i tried to create an object then i have got an error like this "microsoft.office.interop.excel.application is not defined" i dont know why i am unable to register taht particualr dll, can anybody help me.
-
hi all, i have tied to add a rference to my application, the name of the library is microsoft excel 11.0 object library but it is not working , i have got a warnig also. when i tried to create an object then i have got an error like this "microsoft.office.interop.excel.application is not defined" i dont know why i am unable to register taht particualr dll, can anybody help me.
Hi, For every com component .NET tries to create a Com Callable Wrapper (CCW) in the form of Interop.xxxx. If it fails to generate CCW you may get a warning / error. The workaround would be to generate an interop assembly from the COM component using TLBIMP.exe . Hope this helps. Thanks Sameer