Unmanaged DLLs fail to load on ASP.NET server
This question relates to an ASP.NET website, originally developed in VS 2005 and now in VS 2008.
This question relates to an ASP.NET website, originally developed in VS 2005 and now in VS 2008.
I have an ASP.NET website that uses C# and I’d like to call functions from an unmanaged C/C++ DLL. How do I do it?