I developed many modules using DNN 5.6.2 community version. To develop the modules i used "DotNetNuke Compiled C# Module from DNN Started kit 5.6.2". Now I installed new DNN 6.01.01 community edition version.
The problem is I am not able to install the module that I developed using the starter Kit 6.01.01.
Database server : SQL SERVER 2008 Enterprise
Operating system : Windows Server 2008 Enterprise
Web server iis 7.0
VS 2008 and also I tried in VS 2010
when I tried to install the developed module (in this case ConferenceParticipant) it generates the following error which is new for me
Error: ConferenceParticipant is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/article62/DesktopModules/MA.ConferenceParticipant/ViewConferenceParticipant.ascx' does not exist. ---> System.Web.HttpException: The file '/article62/DesktopModules/MA.ConferenceParticipant/ViewConferenceParticipant.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(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 DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.WebFormsModuleControlFactory.CreateModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleControlFactory.LoadModuleControl(TemplateControl containerControl, ModuleInfo moduleConfiguration) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
Please any support...