Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » C#/dotNet fun » COM   (RSS)

How to call C++ DLL from ASP.NET (C#) code?

The problem: normally, you use DLLImport and P/Invoke. However, it only works if DLL is loaded. For normal program you can put it into the same folder as managed executable, and everything will be just fine. Not for ASP.NET, which is compiled into an
Posted by EldarM | 8 Comments
 
Page view tracker