I have a site running under DNN 4.9.4 with Events 5.0.1 that has a problem when running the site with Friendly URLs turned off.
In List View Mode and Event Details New Page Enabled I get the following error and the Detail Page is not displayed.
Error: Event Detail is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Input string was not in a correct format. ---> System.formatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberformatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberformatInfo info) at System.Int32.Parse(String s) at DotNetNuke.Modules.Events.EventDetails.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Here is what appears in the Event Log
ModuleId: 401
ModuleDefId: 106
FriendlyName: Event Detail
ModuleControlSource: DesktopModules/Events/EventDetails.ascx
AssemblyVersion: 04.09.04
PortalID: 0
PortalName: SDI Global Solutions
UserID: 3
UserName: David.Jamell.su
ActiveTabID: 61
ActiveTabName: Events
RawURL: /Default.aspx?tabid=61&ctl=Details&Mid=401&ItemID=50?ContainerSrc=[G]Containers/SDIGS/green_outline
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://www.sdiglobalsolutions.com/Default.aspx?tabid=61
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 83d748cc-e525-41bf-84a1-e5e0e22a3e7c
InnerException: Input string was not in a correct format.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Number.StringToNumber
StackTrace:
Message: DotNetNuke.Services.Exceptions.ModuleLoadException: Input string was not in a correct format. ---> System.formatException: Input string was not in a correct format. at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberformatInfo info, Boolean parseDecimal) at System.Number.ParseInt32(String s, NumberStyles style, NumberformatInfo info) at System.Int32.Parse(String s) at DotNetNuke.Modules.Events.EventDetails.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Source:
Server Name: SDI-CNPROD
Due to some unusuall requirements, I must run the site with Friendly URLs turned off. I sure hope there's a solution for this
Thanks in advance.