Hi William
Thanks for replying . My module name is FCCIC
1. I am receiving the error :-
Error: FCCIC is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The file '/Test/DesktopModules/FCCIC/ViewFCCIC.ascx' does not exist. ---> System.Web.HttpException: The file '/Test/DesktopModules/FCCIC/ViewFCCIC.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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilites.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
2. No , the extra third party DLLs are not being added to the site's bin folder. The third party DLLs are only within the DesktopModules/FCCIC folder.
3. Yes, I receive the warning during module installation that the .zip folder contains files having invalid extensions (.dll ). But there is an option to ignore the file extensions and I check that Checkbox.
But the module is successfully installed after that and I receive the above error when I apply the module on the page.
The methods used in the files (.vb files )are getting their definition and returning an error message.
Hope that helps.. Thanks