Click here to Skip to main content
15,895,256 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In my C# application i am using stdole.dll as reference.

From where should i put reference for this DLL?
From GAC or from the primary interop library?
Posted
Updated 8-Nov-10 4:58am
v2
Comments
shakil0304003 8-Nov-10 11:02am    
what's your problem?

1 solution

stdole's meta data is exposed from a type library. Browse & add reference to the file "stdole2.tlb". It'll be in the system directory :)
 
Share this answer
 

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