Hi Richard,
Other modules, such as HTML, load without issue. I'm using the plain vanilla DNN 9.2 installation and the generic skin. This morning, I uninstalled the extension and reinstalled a fresh build. The error in Admin logs shows:
AbsoluteURL:/API/PersonaBar/Extensions/GetInstalledPackages
DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke
ExceptionGUID:2305a549-359a-4a52-b024-698ed728d6d6
AssemblyVersion:
PortalId:-1
UserId:-1
TabId:-1
RawUrl:
Referrer:
UserAgent:
ExceptionHash:e9ob+zbiS7o2Agr24mZj889tR8c=
Message:Value cannot be null. Parameter name: type
StackTrace:
at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at DotNetNuke.Entities.Modules.EventMessageProcessor.UpgradeModule(EventMessage message)
InnerMessage:
InnerStackTrace:
Source:mscorlib
FileName:
FileLineNumber:0
FileColumnNumber:0
Method:
The SQL Server EventLog has an entry as follows:
<LogProperties>
<LogProperty>
<PropertyName>AbsoluteURL</PropertyName>
<PropertyValue>/API/PersonaBar/Extensions/GetInstalledPackages</PropertyValue>
</LogProperty>
<LogProperty>
<PropertyName>DefaultDataProvider</PropertyName>
<PropertyValue>DotNetNuke.Data.SqlDataProvider, DotNetNuke</PropertyValue>
</LogProperty>
<LogProperty>
<PropertyName>ExceptionGUID</PropertyName>
<PropertyValue>2305a549-359a-4a52-b024-698ed728d6d6</PropertyValue>
</LogProperty>
</LogProperties>
My next step would be a fresh install of DNN but wanted to find out if there are any issues I can easily remedy without having to do so? Thanks so much for your help and guidance.