Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
3.94/5 (3 votes)
See more:
I have a solution developed in VS2010. In the solution, I got a C# winform project with a COM dll in C++.

Everything is OK on XP.
But when runing on Win7 system with IE8, it was found that dll could not be registered, because IEShims.dll could be found.

I want to remove the reference to this dll, but don't know how to do.
Could any body give me some idea??

Thanks!
Posted
Comments
Malli_S 19-Sep-11 4:19am    
Do you have source code of your COM dll? If so, check whether you've DllInstall() function implemented in it.

1 solution

Look at this link it will help you out ieshims.dll missing
 
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