Pretty new to this, but i’m trying to use the v.4 .dll file for the K8055 in my VB 2010 project, but when i try
and link it to the project (Project>add reference>browse>K8055.dll) it gives me an error saying:
“A reference to 'C…(not typing whole address)…K8055D.dll could not be added. Please make sure that the file is accessible,”
and that it is a valid assembly or COM component."
I’ve added the .dll to ‘system32’ and tried to link that but nothing works, allways comes up with that^ error!
Dose anyone have any ideas why this is happening?? Do you have a .dll that works with VB express 2010?
I’m sure there are already dozens of topics on this forum that explain the difference between a regular DLL and a .NET assembly. Both have the file extension .dll, but they a very different.
The K8055.dll is a regular DLL, not a .NET assembly, so you can’t add it “As Reference” in Visual Studio.
Putting the file in the system32 folder where Windows can find it is enough.