Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Interop Dll Problem

Status
Not open for further replies.

pratibha14

Technical User
Mar 2, 2004
30
0
0
hi,
I have to add third party dll. But it returns the following
FileNotFoundException:
"File or assembly name 'TimesTen Provider, Version=6.0.3000.0,
Culture=neutral, PublicKeyToken=421da04c8fc1f667', or one of its
dependencies, was not found. "

Also its Interop dll is not created. When i check the dll using Dependency
walker software ( it returns following
errors and warnings:
"Error: At least one required implicit or forwarded dependency was not
found.
Error: At least one module has an unresolved import due to a missing export
function in an implicitly dependent module.
Warning: At least one delay-load dependency module was not found.
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module."

So where is the problem occuring? Is dll is not correct or am i using it incorrectly?
Thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top