Hi,
I was working on a client site and the next day when I logged in as Host, all the modules were not working (every single one). I am in Edit mode, but the content of the modules is not showing. I added an HTML module, and the "Edit Text" option does not appear ("Settings" does). What is interesting is that a normal user can see the content, but the superuser can't!
The only thing that changed since I last saw it was the addition of a new user, and a new skin. I removed the new user and reverted to the core DNN skin.
The Event log shows a clear pattern:
- Site is working fine
- User Added
- Few hours later this message appears eveyrtime the site is accessed:
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:
Server Name: INFOSAIC-1009
I searched these forums and found an old issue with SupportedFeatures. I ran the script and restarted the application, but that did not help either. The other post I saw suggests that the webconfig has been changed, but I am fairly sure it has not been touched (I have raised a call with the host)
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/threadid/167562/scope/posts/Default.aspx
I have never seen this before- any ideas?