AssemblyResolve event is not firing during compilation of a dynamic assembly for an aspx page.
- by John
This one is really pissing me off. Here goes:
My goal is to load assemblies at run-time that contain embedded aspx,ascx etc. What I would also like is to not lock the assembly file on disk so I can update it at run-time without having to restart the application (I know this will leave the previous version(s) loaded).
To that end I have written a…