|
|
|
|
Joined: 9/20/2010
Posts: 12
|
|
|
Hello - I'm trying to move my site to a different drive on the same machine. Everything seems to work ok until I try to edit HTML and i get this... Any ideas?
ModuleId: 431
ModuleDefId: 108
FriendlyName:
ModuleControlSource: DesktopModules/HTML/EditHTML.ascx
AssemblyVersion: 5.6.1
PortalID: 0
PortalName: SS&C Technologies
UserID: 1
UserName: host
ActiveTabID: 97
ActiveTabName: Software
RawURL: /Software/tabid/97/mid/431/Default.aspx?ctl=Edit&language=en-US
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://test.sscinc.com/Software/tabid/97/Default.aspx?language=en-US
UserAgent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: bbeda7fd-66b3-447f-ba14-fcbdf80dbdef
InnerException: The base class includes the field 'grdVersions', but its type (DotNetNuke.Web.UI.WebControls.DnnGrid) is not compatible with the type of control (System.Web.UI.WebControls.DataGrid).
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: The base class includes the field 'grdVersions', but its type (DotNetNuke.Web.UI.WebControls.DnnGrid) is not compatible with the type of control (System.Web.UI.WebControls.DataGrid). ---> System.Web.HttpParseException: The base class includes the field 'grdVersions', but its type (DotNetNuke.Web.UI.WebControls.DnnGrid) is not compatible with the type of control (System.Web.UI.WebControls.DataGrid). ---> System.Web.HttpParseException: The base class includes the field 'grdVersions', but its type (DotNetNuke.Web.UI.WebControls.DnnGrid) is not compatible with the type of control (System.Web.UI.WebControls.DataGrid). at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder builder) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse) at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers() at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree() at System.Web.Compilation.BaseCodeDomTreeGenerator.GetCodeDomTree(CodeDomProvider codeDomProvider, StringResourceBuilder stringResourceBuilder, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder) at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) --- End of inner exception stack trace --- at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() 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, 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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
|
|
|
|
| |
|
|
|
Joined: 9/20/2010
Posts: 12
|
|
|
I fixed the above error by installing the HTML module that came with the install.
But now I'm getting and error when trying to add a new page.
Error: is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: F:\inetpub\wwwroot\ssctechdev\DesktopModules\Admin\Tabs\ManageTabs.ascx.vb(1301): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. ---> System.Web.HttpCompileException: F:\inetpub\wwwroot\ssctechdev\DesktopModules\Admin\Tabs\ManageTabs.ascx.vb(1301): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. 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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
|
|
|
|
| |
|
|
|
it looks like an issue with your database structure, which doesn't seem to match the module/framework code version. Did you encounter upgrade issues?
|
|
|
|
| |
|
|
|
Joined: 9/20/2010
Posts: 12
|
|
|
I haven't encountered any upgrade issues.
What I did was to copy the site from one site on server A to another site on server A. Both using the same exact configurations. I backed up the database and restored to a new database on the same server. I pointed the new copy of the site to the newly created database. Everything seems to be working other than Adding a new page via the Add New Page button in the ribbon bar and trying to edit the settings of ANY page.
I was able to add a page using the short form in the ribbon bar, but it assigned it to administrators only and I am unable to edit the page settings. Here is the error I get when I try to edit the page settings.
InnerException: F:\inetpub\wwwroot\ssctechdev\DesktopModules\Admin\Tabs\ManageTabs.ascx.vb(1301): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.Web.Compilation.BuildManager.CompileWebFile StackTrace: Message: DotNetNuke.Services.Exceptions.ModuleLoadException: F:\inetpub\wwwroot\ssctechdev\DesktopModules\Admin\Tabs\ManageTabs.ascx.vb(1301): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. ---> System.Web.HttpCompileException: F:\inetpub\wwwroot\ssctechdev\DesktopModules\Admin\Tabs\ManageTabs.ascx.vb(1301): error BC30455: Argument not specified for parameter 'locale' of 'Public Sub LocalizeModule(sourceModule As Entities.Modules.ModuleInfo, locale As Services.Localization.Locale)'. 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.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
I also just noticed that when I went into the event viewer this was the message right before the newest (above)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider ExceptionGUID: 56fc33dc-f01a-4faf-acdd-248e130a6016 InnerException: Error Creating BusinessControllerClass 'DotNetNuke.Modules.UserDefinedTable.BusinessController, DotNetNuke.Modules.UserDefinedTable' of module(DNN_UserDefinedTable) id=(802) in tab(418) and portal(0) FileName: FileLineNumber: 0 FileColumnNumber: 0 Method: System.Activator.CreateInstance StackTrace: Message: System.Exception: Error Creating BusinessControllerClass 'DotNetNuke.Modules.UserDefinedTable.BusinessController, DotNetNuke.Modules.UserDefinedTable' of module(DNN_UserDefinedTable) id=(802) in tab(418) and portal(0) ---> System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID) --- End of inner exception stack trace --- at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
|
|
|
|
| |
|
|
|
Joined: 9/20/2010
Posts: 12
|
|
|
I ended up re-copying the files from the site that worked to the site that didn't work and that fixed the problem. Not sure what happened, but it's working now.
|
|
|
|
| |