Although the transition from 3.0.12 to 3.3.4 went well using my host's Insaller Application, I'm experiencing a couple of issues that go beyond my understanding as a user.
When viewing the Log Viewer I get two errors. The first is a Portal Exception and the other is Module Exception.
Would appreciated some feedback and suggestions.
Thank you
Portal:
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)
Module:
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 ---