locked
Isapi Extension with /CLR RRS feed

  • Question

  • User67809311 posted

     

    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))

     

    Please Help Me

    It's very important

     

    Thanks

    Thursday, June 10, 2010 4:13 AM

Answers

  • 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 by Anonymous Tuesday, September 28, 2021 12:00 AM
    Friday, June 11, 2010 9:22 PM