This is a little redundant of some of my other posts, but since I haven't received a reply, I'll try this way.
I created a new module in DNN 4.5 (been doing this for years). It works perfectly in development.
When I publish the site, create the DNN with the assemblies and install on my production site, I can't run the module. It apparently wants a compiled version of global.asax (app_global.asax). I know that this is already in the production site as a .vb file, but my module thinks it needs a compiled version.
I've seen lots of posts regarding this problem, but no solutions. Am I to understand that as it exits now, the 4.x versions cannot be deployed?
I have to get this in production. Can someone PLEASE post a sample of how to do this.
Do I need to go back to 3.x until this is fixed?
THANKS!