Yesterday, I started seeing errors on every single 4+ installation [read .NET 2.0] (the three 2.1.2 installation are ok). Nothing at all was done. Not hardware wise, not software wise.
Mainly it's these two errors below. There are some other ones that show up here and there, but I really think it's not so relevant.
These errors appear in packs of may be 10 every 10-15 minutes... Sites seem to function fine, though. Anybody?
I am in a little of distress here. :(
Message: System.ArgumentNullException: Value cannot be null. Parameter name: type at System.Activator.CreateInstance(Type type, Boolean nonPublic) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
AND
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)