Click here to Skip to main content
15,919,500 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all
i have this error at my console application
Unable to load DLL 'my.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

i added one dll in it at bin folder
bin folder has all rights to execute it
also i have copied the dll in c:/windows/system32
so i have tried to do all the steps
but it is still giving error..:(

thanx
god bless u all...:)
Posted
Comments
StianSandberg 18-Jul-12 7:19am    
Try to add it as Karthik says and make sure this dll is not compiled in a newer framework

 
Share this answer
 
Comments
MAU787 18-Jul-12 8:46am    
i have already added dll through reference
then i copeid those dll's to system32 folder
now it is working but this would not be solution...
Go to Solution explorer
Right click on reference
Click Add reference
From Tab select Browse
Now browse and select the dll.
 
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