I've made a discovery which I think could be relevant to this problem.
When I attempt to access the file management system via the following url:
http://dnnstage.me/Host/File-Manageme...
I get the error message below.
From the message, I don't understand why this file is being accessed:
c:\inetpub\wwwroot\dnn_07_01_02\DesktopModules\DigitalAssets\View.ascx
In IIS I created a virtual directory dnn_07_02_02 and a binding for dnnstage.me to point to that directory.
So why would it access dnn_07_01_02? I do have dnn_07_01_02 as a virtual directory as well.
But how would the dnn installation accessed via dnnstage.me even know that 07_01_02 existed?
I created the installations separately both from the dnn installation from codeplex. I've checked my IIS configuration, so I'm mystified.
Can anyone give me a pointer for what to check?
Best Regards,
Steve
Error: File Management is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: c:\inetpub\wwwroot\dnn_07_01_02\DesktopModules\DigitalAssets\View.ascx(269): error CS0246: The type or namespace name 'FileSizeFormatProvider' could not be found (are you missing a using directive or an assembly reference?) ---> System.Web.HttpCompileException: c:\inetpub\wwwroot\dnn_07_01_02\DesktopModules\DigitalAssets\View.ascx(269): error CS0246: The type or namespace name 'FileSizeFormatProvider' could not be found (are you missing a using directive or an assembly reference?) at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) 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 ---