Have any one tried AspectDNG with ASP.NET 2.0?
I tried to use this with ASP.NET 2.0, and received
exception and aspnet_wp.exe crashed with "The
exception unknown software exception (0xc0000409)
occurred in the application 0x79eb51dd.
I create a very simple web site that has only 2 pages
and 1 aspect to intercept the unload method.
I build the site using MSBUILD, and then merge the
partial classes into a single binary, using
ASPNET_MERGE.exe; and finally use the aspectdng.exe to
weave the code together, and then deploy the resulted
code with other files of the web site.