On my local machine, (XP PRO, DNN 4.7, SQL Express, IIS 5.1) I have a small (3 page) portal that I am playing with. I have managed to crash it every day. I do not want to re-install DNN again. Now, when I try to go to one of the pages, I get:
Unhandled Error
Error Details
File |
|
Error |
Exception of type 'System.OutOfMemoryException' was thrown. |
When I go the the event viewer, I have many, many events. General, Page, and Module Exceptions are showing.
A typical Module event:
ModuleId: 382
ModuleDefId: 103
FriendlyName: Schedule of Events
ModuleControlSource: DesktopModules/Events/Events.ascx
AssemblyVersion: 04.07.00
PortalID: 0
PortalName: Test
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName: Schedule
RawURL: /DNN_4_7/Default.aspx?tabid=56&def=ErrorMessage
AbsoluteURL: /DNN_4_7/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: fdb63cd0-806c-4487-9f76-6706438840c6
InnerException: Exception of type 'System.OutOfMemoryException' was thrown.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Collections.Specialized.NameObjectCollectionBase.Reset
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at System.Collections.Specialized.NameObjectCollectionBase.Reset() at System.Collections.Specialized.NameObjectCollectionBase..ctor(IEqualityComparer equalityComparer) at System.Collections.Specialized.NameValueCollection..ctor(IEqualityComparer equalityComparer) at System.Web.HttpCookie.get_Values() at System.Web.HttpRequest.CreateCookieFromString(String s) at System.Web.HttpRequest.FillInCookiesCollection(HttpCookieCollection cookieCollection, Boolean includeResponse) at System.Web.HttpRequest.ResetCookies() at System.Web.HttpCookieCollection.Set(HttpCookie cookie) at DotNetNuke.Modules.Events.Events.LoadModuleControl() --- End of inner exception stack trace ---
Source:
Server Name: ARCHER
A typical Page event-
AssemblyVersion: 04.07.00
PortalID: 0
PortalName: Test
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName: Schedule
RawURL: /DNN_4_7/Default.aspx?tabid=56&def=ErrorMessage
AbsoluteURL: /DNN_4_7/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 21446ee4-ec0e-4e28-a621-bf378b201c2c
InnerException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.ControlCollection.Add
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). ---> System.Web.HttpException: The Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>). at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.Services.Exceptions.Exceptions.ProcessModuleLoadException(String FriendlyMessage, PortalModuleBase ctrlModule, Exception exc, Boolean DisplayErrorMessage) --- End of inner exception stack trace ---
Source:
Server Name: ARCHER
And a typical General event-
AssemblyVersion: 04.07.00
PortalID: 0
PortalName: Test
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName: Schedule
RawURL: /DNN_4_7/Default.aspx?tabid=56&def=ErrorMessage
AbsoluteURL: /DNN_4_7/Default.aspx
AbsoluteURLReferrer:
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: e5d51486-7b7e-414e-8b32-fd5a69754b03
InnerException: Exception of type 'System.OutOfMemoryException' was thrown.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.UI.Containers.ActionBase.get_MenuActions
StackTrace:
Message: System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown. at DotNetNuke.UI.Containers.ActionBase.get_MenuActions() at DotNetNuke.UI.Skins.Skin.ProcessActionControls(PortalModuleBase objPortalModuleBase, Control objContainer) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings)
Source:
Server Name: ARCHER
The page that causes the most events is called Schedule, and has an Events Module on it. The only other thing that may be usefull is that I have installed the DNN Control and Design modules off of Snowcovered. So far, I like them, but I did not have the crashing before I installed them. ANy ideas????