I have created and implemented the IHttpModule interface in order to use the Session_Start event in SharePoint 2010 (like global.asax in asp.net). I have added the add tag into my web.config file in the modules section (because I use integrated mode) and I have also deployed my DLL to GAC, but I get this error:
The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047)
Does anyone know why this is happening?