[Dnfbb-developers] [ dnfbb-Bugs-1582581 ] Parse Errors in header.asxc
Brought to you by:
sbosanquet,
tectsoft
|
From: SourceForge.net <no...@so...> - 2006-10-22 23:58:30
|
Bugs item #1582581, was opened at 2006-10-22 23:48 Message generated for change (Comment added) made by tectsoft You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1582581&group_id=152364 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: UI Group: Confirmed Bug >Status: Closed >Resolution: Accepted Priority: 9 Submitted By: Si (tectsoft) Assigned to: Si (tectsoft) Summary: Parse Errors in header.asxc Initial Comment: The following parse errors occur in V2 branch header.ascx: Server Error in '/DNF2' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: nowrap is not a valid value for Boolean. Source Error: Line 6: <td class="ForumHeader" id="tdTitle" colspan="2" runat="server"> Line 7: Title</td> Line 8: <td class="TextStandard" id="tdQuickSearch" valign="center" nowrap="nowrap" align="right" width="250" colspan="1"> Line 9: <global:QuickSearch id="QuickSearch1" runat="server"></global:QuickSearch> Line 10: </td> Source File: C:\Projects\dnfBB\v2\wwwroot\Controls\Header.ascx Line: 8 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 Server Error in '/DNF2' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: nowrap is not a valid value for Boolean. Source Error: Line 9: <global:QuickSearch id="QuickSearch1" runat="server"></global:QuickSearch> Line 10: </td> Line 11: <td id="tdFeedIcon" valign="center" nowrap="nowrap" align="middle" width="20" colspan="1" runat="server"> Line 12: <p> Line 13: FeedIcon Source File: C:\Projects\dnfBB\v2\wwwroot\Controls\Header.ascx Line: 11 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032 Using both IE7 and Firefox ---------------------------------------------------------------------- >Comment By: Si (tectsoft) Date: 2006-10-22 23:58 Message: Logged In: YES user_id=1154545 This has now been fixed and committed, removed nowrap="nowrap" from offending lines and works with Firefox and IE7 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=784889&aid=1582581&group_id=152364 |