Using com dlls in .net
Tuesday, August 29th, 2006This is mainly for me so i don’t forget. To use a old com dll for a .net project you can simply add the dll to references of the vs project. In the background a proxy assembly is generated with the required metadata to use the dll with the .net framework.
A useful scenario you want [...]

