Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'AppInterface' is not declared.
Source Error:
Line 8: <tr><td align="center" valign="top">
Line 9:
Line 10: <% AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350") %>
Line 11:
Line 12: <form runat="server">
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
I know very little about .NET, but I searched the #included stylesheet and /__codebehinds/connect.aspx.vb, and could not find "AppInterface". Don't know what to do next.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30451: Name 'AppInterface' is not declared.
Source Error:
Line 8: <tr><td align="center" valign="top">
Line 9:
Line 10: <% AppInterface.DrawWindowHeader ("Connect to Server", "javascript:window.close();", "350") %>
Line 11:
Line 12: <form runat="server">
Source File: c:\inetpub\wwwroot\entManager\app\connect.aspx Line: 10
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
I know very little about .NET, but I searched the #included stylesheet and /__codebehinds/connect.aspx.vb, and could not find "AppInterface". Don't know what to do next.
Heh, nevermind.
This is the result of not installing the application in the root directory.