I using Visual Basic .Net and C++ .Net and trying to get them to interact. Now I've only found one C++ DLL to create and it's on a WIN32 platform and my VB project won't add a reference to it because it wants a DLL on a .Net platform. The error I'm getting is 'This is not a .Net assembly'

Does anyone know how to setup a DLL on a .Net platform or have any idea on how to get around this problem?