Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

i am using vba dll in my asp.net project. vba dll tries to open a excel file.at the time i got the exception like
SQL
System.Runtime.InteropServices.COMException (0x80010001): Automation error
Call was rejected by callee.


but in the dll the excel object is properly handled. at the end of the dll function the excel object is set to nothing(null).

where the error is?

Thanks
Posted
Comments
Maciej Los 26-Jul-13 5:25am    
What kind of VBA dll?
Not many information to post an answer ;(
RedDk 14-Aug-13 18:08pm    
Is vba.dll this one?
"C:\Program Files (x86)\Common Files\Microsoft Shared\VBA\VBA6\VBE6.DLL"

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



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