K8055D.DLL Visual Basic.NET 2008

Hi,

I would like to use Visual Basic.NET 2008 to write my program for the K8055 however I have been trying to find how I register the dll with VB.NET so I can call the funcations.

I have had a look at the other posts about connecting but I can’t get them to work.

I can get the demo to work on the cd through vb.net, but it doesn’t state how to connect to the dll it’s in the bin diretory and it works fine.

Any help would be great!

Have you tried if you copy the K8055D.DLL to the \bin folder of your project?
Does everything work OK if you copy the folder \Demo PC soft VB_NET (and subfolders) from the CD to hard disk, open the project, edit and run it?

Thanks for the information I copied the K8055D.DLL to the \bin\Debug directory and it now works.