Hi to all i wrote an Isapi Extension with managed code
I build successfull and obtain a dll
When i try to call the web application that use the dll I have the error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module.
Additional information: Could not load file or assembly 'prova, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Parametro non corretto. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))
User690216013 posted
ISAPI extension must be native libraries. If you build C++/CLI projects, they don't match this requirement. For IIS 7, you can build up managed extensions, http://www.iis.net/community/default.aspx?tabid=34&g=6&i=1302
Marked as answer byAnonymousTuesday, September 28, 2021 12:00 AM