Hello,
The transition from 3.0.12 to 3.3.4 went well using my host's install program but a couple of exceptions have gone beyond my "user" understanding and wonder if anyone can help.
While viewing the Log Viewer I get two exceptions. The first a Portal and the second a module exception.
Any help would be appreciated.
Thank you
Portal exception:
Message: System.ArgumentException: Parameter count does not match Parameter Value count. at Microsoft.ApplicationBlocks.Data.SqlHelper.AssignParameterValues(SqlParameter[] commandParameters, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at DotNetNuke.Modules.Documents.SqlDataProvider.GetDocuments(Int32 ModuleId, Int32 PortalId) at DotNetNuke.Modules.Documents.DocumentController.GetDocuments(Int32 ModuleId, Int32 PortalId) at DotNetNuke.Modules.Documents.DocumentController.GetSearchItems(ModuleInfo ModInfo) at DotNetNuke.Services.Search.ModuleIndexer.GetSearchIndexItems(Int32 PortalID)
and ...
Module exception:
Error: Manage FrateZone Customers is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The type initializer for "DNNAdditional.FRZone.Data.DataProvider" threw an exception. ---> System.TypeInitializationException: The type initializer for "DNNAdditional.FRZone.Data.DataProvider" threw an exception. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectProviderName, String ObjectNamespace, String ObjectAssemblyName) at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) at DNNAdditional.FRZone.Data.DataProvider.CreateProvider() at DNNAdditional.FRZone.Data.DataProvider..cctor() --- End of inner exception stack trace --- at DNNAdditional.FRZone.Data.DataProvider.Instance() at DNNAdditional.FRZone.Business.CustomersController.ReadAll() at DNNAdditional.FRZone.DisplayCustomers.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---