G
Guest
I've created a managed C++ assembly containing a managed class that is
instantiated from ASP.NET. The managed C++ assembly needs msvcp71.dll and
msvcr71.dll. When ASP.NET loads the assembly, it cannot locate the C++
runtime DLLs and hence throws an exception. I have placed the C++ runtime
DLLs in the same directory as the managed C++ assembly.
Does anyone know why ASP.NET can't find these C++ runtime DLLs?
If I place the C++ runtime DLLs in the System32 directory, everything works
fine, but I would really rather put these files in my application dir.
Thanks,
Clift Norris
instantiated from ASP.NET. The managed C++ assembly needs msvcp71.dll and
msvcr71.dll. When ASP.NET loads the assembly, it cannot locate the C++
runtime DLLs and hence throws an exception. I have placed the C++ runtime
DLLs in the same directory as the managed C++ assembly.
Does anyone know why ASP.NET can't find these C++ runtime DLLs?
If I place the C++ runtime DLLs in the System32 directory, everything works
fine, but I would really rather put these files in my application dir.
Thanks,
Clift Norris