Hi all,
Im getting a mysterious error in the log of my public portal (this error doesn't occur in my development site), and this error does that my module doesn't function properly - ANY help would be greatly appreciated, since I am unable to debug.
The modules themselves doesn't send any errors to the userinterface, only this entry in the website log :
------------------------------LOG ENTRY------------------------------------------
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Error Creating BusinessControllerClass 'ToolpackSolutions.License' of module(Toolpack License Management) id=(1178) in tab(561) and portal(8)
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.Exception: Error Creating BusinessControllerClass 'ToolpackSolutions.License' of module(Toolpack License Management) id=(1178) in tab(561) and portal(8) ---> 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) --- End of inner exception stack trace --- at DotNetNuke.Services.Search.ModuleIndexer.GetModuleList(Int32 PortalID)
Source:
Server Navn: 70204009-01
------------------------------END LOG ENTRY------------------------------------------
This error then causes another error :
------------------------------LOG ENTRY------------------------------------------
AssemblyVersion: -1
PortalID: -1
PortalName:
UserID: -1
UserName:
ActiveTabID: -1
ActiveTabName:
RawURL:
AbsoluteURL:
AbsoluteURLReferrer:
UserAgent:
DefaultDataProvider:
ExceptionGUID:
InnerException: Could not load type 'ToolpackSolutions.License'.
FileName:
FileLineNumber: -1
FileColumnNumber: -1
Method:
StackTrace:
Message: System.Web.HttpException: Could not load type 'ToolpackSolutions.License'. 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:
Server Navn: 70204009-01
------------------------------END LOG ENTRY------------------------------------------
So, if ANYONE could direct my in the rigt direction, I would be eternally greatful:-)
Regards,
Martin Moesby