have you checked the location of DLL you want to add is that accessible or not? if not then first place the DLL in you debug folder and then add in your project
abelLazm
Postaholic
2,113 posts since Feb 2011
Reputation Points: 219
Solved Threads: 124
You can only add references to managed code DLLs. If you are using DLLImport, it's not a managed DLL.
Momerath
Nearly a Senior Poster
3,384 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
Where is the DLL located on your computer? Is it in the same directory as the executable?
Momerath
Nearly a Senior Poster
3,384 posts since Aug 2010
Reputation Points: 1,232
Solved Threads: 558
This Link and this link Contains the details of the "DLL loaded.DLLRegistryServer entry point not defined error"
check this link to add Kernel32.dll...and check this link to add msvcr90.dll... You can also take a look at this link
abelLazm
Postaholic
2,113 posts since Feb 2011
Reputation Points: 219
Solved Threads: 124