I have written another custom module using vs2008 framework 2.0. I use 4.7.0 for dev site to test the module and the module compiles and runs without a problem. I am trying to install (create) the module on a converted(upgraded) 4.5.1. After install I consistently get the below error which is little help. I have reference to dotnetnuke.dll in project that is set (default) to copy local. I have a reference to microsoft.reportviewer.viewer that is set to copy local false. Both dnn dev and test sites are on dev box and run other modules without issue. Note that upgraded 4.5.1 site does not include the website directory as it was upgrade. The file structure of the 4.7.0 site does. I have tried many things in the last 24hrs. Any assistance appreciated.
Error: defdnndbreporter is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: vbc : (0): error BC30041: Maximum number of errors has been exceeded. ---> System.Web.HttpCompileException: vbc : (0): error BC30041: Maximum number of errors has been exceeded. at System.Web.Compilation.AssemblyBuilder.Compile() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace ---