I am upgrading a DNNV2 application to DNN4.3.4. The DNNv2 application references an external dll and works without problems. When I set the reference to the external dll I get the following error:
Error 1 'global_asax' is ambiguous in the namespace 'ASP'. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\dcr\b3f3f5cc\49a0cff7\App_global.asax.l96ahtm_.0.vb 61
When I remove the dll reference the application compiles without error. It seems that once the reference to the external dll is set DNN considers the application to have 2 global.asax files.
Thanks for any assistance from the community.
James