Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hai All,
I am developing one VB application in VS2010. In my application i import "Imports excel = Microsoft.Office.Interop.Excel" . in error list no error is there but when i debug my code an Exception occur like ...
"
SQL
Warning 1   Could not determine the dependencies of the COM reference "Microsoft.Office.Interop.Excel". Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))  

"

is anybody help me please .......
i don't know how to rectify this exception .....
Thanks in Adv
Posted

Add reference
Component Name: Microsoft.Office.Interop.Excel
 
Share this answer
 
Comments
Himachandra 23-Jan-12 5:59am    
Yah Already Added that reference ... even through it gives exception.
I had the some problem. What I did to figure it out is that I removed that references and added them again. You should give your attention to which version of libraries you are adding like Excel 14.0 or 15.0
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900