The following images is not included in the BugNET_WAP.csproj, hence it is missing from the deployment package:
BugNET-1.4.256-Source\src\BugNET_WAP\Images\default.png
_Please also make sure that the new SQL scripts are always included in the BugNET_WAP.csproj project file (and obsolete files are removed)._
Some aspx pages have hard-coded paths to images in the "Default" theme. If possible these pages should use the images from the selected (non-default) theme:
```
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Host\LogViewer.aspx (4 hits)
Line 115: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 116: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 117: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 118: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Users\UserList.aspx (4 hits)
Line 96: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 97: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 98: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 99: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
..\BugNET-1.4.256-Source\src\BugNET_WAP\obj\Release\Package\PackageTmp\Administration\Host\LogViewer.aspx (4 hits)
Line 115: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 116: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 117: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 118: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
..\BugNET-1.4.256-Source\src\BugNET_WAP\obj\Release\Package\PackageTmp\Administration\Users\UserList.aspx (4 hits)
Line 96: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 97: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 98: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 99: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
```
Some C# code still contains hard-coded colours, these should be derived from the theme style sheet instead. For example:
```
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Host\Settings.aspx.cs (1 hit)
Line 71: listItem.Attributes.Add("style", string.Format("background: #FCE0C2 url(../../images/{0}) no-repeat 5px 4px;", dataItem.Value));
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Projects\EditProject.aspx.cs (1 hit)
Line 131: listItem.Attributes.Add("style", string.Format("background: #FCE0C2 url(../../images/{0}) no-repeat 5px 4px;", dataItem.Value));
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Users\EditUser.aspx.cs (1 hit)
Line 161: listItem.Attributes.Add("style", string.Format("background: #FCE0C2 url(../../images/{0}) no-repeat 5px 4px;", menuItem.ImageUrl));
..\BugNET-1.4.256-Source\src\BugNET_WAP\Projects\ChangeLog.aspx.cs (3 hits)
Line 252: ((HtmlTableRow)e.Item.FindControl("Row")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 255: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 256: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseout", "this.style.background='#fafafa'");
..\BugNET-1.4.256-Source\src\BugNET_WAP\Projects\Roadmap.aspx.cs (3 hits)
Line 184: ((HtmlTableRow)e.Item.FindControl("Row")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 187: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 188: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseout", "this.style.background='#fafafa'");
..\BugNET-1.4.256-Source\src\BugNET_WAP\UserControls\DisplayIssues.ascx.cs (2 hits)
Line 512: e.Row.Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 520: e.Row.Attributes.Add("onmouseout", "this.style.background='#fafafa'");
```
BugNET-1.4.256-Source\src\BugNET_WAP\Images\default.png
_Please also make sure that the new SQL scripts are always included in the BugNET_WAP.csproj project file (and obsolete files are removed)._
Some aspx pages have hard-coded paths to images in the "Default" theme. If possible these pages should use the images from the selected (non-default) theme:
```
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Host\LogViewer.aspx (4 hits)
Line 115: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 116: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 117: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 118: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Users\UserList.aspx (4 hits)
Line 96: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 97: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 98: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 99: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
..\BugNET-1.4.256-Source\src\BugNET_WAP\obj\Release\Package\PackageTmp\Administration\Host\LogViewer.aspx (4 hits)
Line 115: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 116: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 117: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 118: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
..\BugNET-1.4.256-Source\src\BugNET_WAP\obj\Release\Package\PackageTmp\Administration\Users\UserList.aspx (4 hits)
Line 96: NextPageImageUrl="~/App_Themes/Default/Images/resultset_next.gif"
Line 97: PreviousPageImageUrl="~/App_Themes/Default/Images/resultset_previous.gif"
Line 98: LastPageImageUrl="~/App_Themes/Default/Images/resultset_last.gif"
Line 99: FirstPageImageUrl="~/App_Themes/Default/Images/resultset_first.gif" />
```
Some C# code still contains hard-coded colours, these should be derived from the theme style sheet instead. For example:
```
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Host\Settings.aspx.cs (1 hit)
Line 71: listItem.Attributes.Add("style", string.Format("background: #FCE0C2 url(../../images/{0}) no-repeat 5px 4px;", dataItem.Value));
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Projects\EditProject.aspx.cs (1 hit)
Line 131: listItem.Attributes.Add("style", string.Format("background: #FCE0C2 url(../../images/{0}) no-repeat 5px 4px;", dataItem.Value));
..\BugNET-1.4.256-Source\src\BugNET_WAP\Administration\Users\EditUser.aspx.cs (1 hit)
Line 161: listItem.Attributes.Add("style", string.Format("background: #FCE0C2 url(../../images/{0}) no-repeat 5px 4px;", menuItem.ImageUrl));
..\BugNET-1.4.256-Source\src\BugNET_WAP\Projects\ChangeLog.aspx.cs (3 hits)
Line 252: ((HtmlTableRow)e.Item.FindControl("Row")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 255: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 256: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseout", "this.style.background='#fafafa'");
..\BugNET-1.4.256-Source\src\BugNET_WAP\Projects\Roadmap.aspx.cs (3 hits)
Line 184: ((HtmlTableRow)e.Item.FindControl("Row")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 187: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 188: ((HtmlTableRow)e.Item.FindControl("AlternateRow")).Attributes.Add("onmouseout", "this.style.background='#fafafa'");
..\BugNET-1.4.256-Source\src\BugNET_WAP\UserControls\DisplayIssues.ascx.cs (2 hits)
Line 512: e.Row.Attributes.Add("onmouseover", "this.style.background='#F7F7EC'");
Line 520: e.Row.Attributes.Add("onmouseout", "this.style.background='#fafafa'");
```