I'm looking for a way to import C# namespaces (stored in a *.cs file) into a visual basic 2005 application. I'm attempting to write an application that uses DirectX and all of the helper functions and code for it are written in C#.
The normal Imports keyword does not support pathnames as valid assemblies (I may just be doing it wrong, however) to search and the MSDN Library (April 2007 ed.) does not cover how to either.
The normal Imports keyword does not support pathnames as valid assemblies (I may just be doing it wrong, however) to search and the MSDN Library (April 2007 ed.) does not cover how to either.
Comment