I have created a event handler for checkoutevent for Page, and I have placed dll in the correct place and restarted the com+ and IIS.
In my solution, I have added one my own custom dll and am calling one of the method in this. I am getting error "Could not load file or assembly 'myassembly.dll'", I tried to add my custom dll where I keep the event hanlder dll, and tried by placing in \bin folder and restarted the com+, iis. still am getting the same error.
Do I need to do any more thing when I add my custom dll in the event handler?