Hello all,
I am currently developing a C# custom module and in my edit control, where I have leveraged a custom built user ascx control within it.
I use VS 2005 to publish my complied version and proceed to include the necessary dlls into the installation zip file (without source).
I install my zip file unto a test site and I receive the following exception message:
DotNetNuke.Services.Exceptions.ModuleLoadException: Could not load file or assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. ---> System.Web.HttpParseException: Could not load file or assembly 'App_global.asax, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
I have read several posts about this situation even a submitted bug issue which was withdrawn but of no help.
Is there any documentation that is available for me to read in order to work around this issue?
Thank you for your time
Eric