I had a *bazillion errors* in my event log when I finally started viewing them to see what exactly is going one. Many were related to modules I no longer use, so I simply removed the dlls; is this the proper way to get rid of them, or do I also have to go into the DB and clean out some stuff? I am not sure what is the best practice.
Nonetheless, I deleted all the logs last night and just checked to see how I am doing with a half dozen dlls removed from old modules no longer used: 100s of 'general exception' errors overnight.
It seems the same 2 keep popping every so often--what do I do to fix this, or do we ignore them, or what?
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Value cannot be null. Parameter name: type
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.ArgumentNullException: Value cannot be null. Parameter name: typeat System.Activator.CreateInstance(Type type, Boolean nonPublic)at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey)at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
Source:
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Could not load type ''.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.Web.HttpException: Could not load type ''. ---> System.ArgumentException: String cannot have zero length.at System.Reflection.Assembly.GetType(String name, Boolean throwOnError, Boolean ignoreCase)at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)--- End of inner exception stack trace ---at System.Web.Compilation.BuildManager.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)at DotNetNuke.Framework.Reflection.CreateType(String TypeName, String CacheKey, Boolean UseCache, Boolean IgnoreErrors)
Source: