error BC30456

G

Guest

hello.

I am using vs2005 professional edition.
When I deploy my application to windows 2003 standard edition sever, I
occasionally get the following error.

Exception type: HttpCompileException
Exception message: C:\Inetpub\wwwroot\PST2\IssueLog_Insert.aspx(1):
error BC30456: 'Title' is not a member of 'ASP.issuelog_insert_aspx'

I can find similar issues on the net but still no resolution.
Any help resolving this problem would be greatly appreciated.

I have posted the HTML for the troublesome page bellow

Thanks Chris


<%@ Page Language="VB" MasterPageFile="~/MasterPage.master"
AutoEventWireup="false"
CodeFile="IssueLog_Insert.aspx.vb" Inherits="IssueLog_Insert"
Title="Project Status Tracker" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
runat="Server">
<table>
<tr>
<td width="100" height="100">
</td>
<td>
Please Enter the New Issue Details:
</td>
</tr>
</table>
<table>
<tr>
<td width="100">
</td>
<td style="width: 108px; color: #990000">
DDV</td>
<td style="width: 729px"><asp:DropDownList ID="ddDDV"
runat="server" Width="64px" ForeColor="dimgray">
</asp:DropDownList>
<asp:Label ID="Label3" runat="server" ForeColor="Red"
Width="312px" Height="20px"></asp:Label></td>
</tr>
<tr>
<td style="height: 24px">
</td>
<td width="100" style="height: 24px; color: #990000">
Owner</td>
<td style="height: 24px; width: 729px;" valign="top">
<asp:DropDownList ID="ddOwner" runat="server" Width="184px"
ForeColor="dimgray">
</asp:DropDownList>
<asp:CheckBox ID="rbComplete" runat="server" Text="Complete"
Width="136px" /></td>
</tr>
<tr>
<td width="100" style="height: 5px">
</td>
<td style="height: 5px; width: 108px; color: #990000"
valign="top" >
Action</td>
<td style="width: 729px; height: 5px;">
<asp:TextBox ID="txtAction" runat="server"
Font-Names="arial" TextMode="MultiLine" Width="400px"
ForeColor="dimgray"></asp:TextBox>
<asp:Label ID="Label6" runat="server" ForeColor="Red"
Font-Names="arial" Width="315px" Height="35px"></asp:Label></td>
</tr>


<tr>
<td width="100">
</td>
<td style="width: 108px; color: #990000">
Closure Date</td>
<td style="width: 729px">
<asp:TextBox ID="txtClosureDate" runat="server" Width="65px"
Font-Names="arial" ReadOnly="True" ForeColor="dimgray"></asp:TextBox>
<asp:ImageButton ID="Button2" runat="server"
ImageUrl="~/Images/SmallCalendar.gif" />
<asp:Label ID="Label4" runat="server" ForeColor="Red"
Width="312px" Height="20px"></asp:Label></td>
</tr>
<tr>
<td width="100">
</td>
<td style="width: 108px; color: #990000">
Next Checkpoint</td>
<td style="width: 729px">
<asp:TextBox ID="txtNextCheckpoint" runat="server"
Width="65px" ReadOnly="True" ForeColor="dimgray"></asp:TextBox>
<asp:ImageButton ID="ImageButton1" runat="server"
ImageUrl="~/Images/SmallCalendar.gif" />
<asp:Label ID="Label5" runat="server" ForeColor="Red"
Width="312px" Height="20px"></asp:Label></td>
</tr>

<tr>
<td style="height: 42px">
</td>
<td width="100" style="height: 42px; color: #990000" valign="top">
Comments</td>
<td style="height: 42px; width: 729px;" valign="top">
<asp:TextBox ID="txtComments" runat="server"
TextMode="MultiLine" Font-Names="arial" Width="400px"
ForeColor="dimgray"></asp:TextBox>
</td>
</tr>
<tr>
<td width="100">
</td>
<td height="40" style="width: 108px">
<asp:Button ID="Button1" runat="server" Text="Save"
Width="104px" ForeColor="dimgray" />
</td>
<td style="width: 729px">
<asp:Button ID="Button4" runat="server" Text="Cancel"
Width="104px" ForeColor="dimgray" />
</td>
</tr>
<tr style="height: 50px">
<td>
</td>
</tr>
</table>
</asp:Content>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,149
Latest member
Vinay Kumar Nevatia0
Top