Ask a Question related to ASP.NET General, Design and Development.
-
Jurjen de Groot #1
ASP enterprise manager ?
Has anyone tried the ASP.NET Enterprise Manager ? I've installed it but
after starting up it produces errors, I've started it by using
[url]http://localhost/ASP-ent-man/[/url] and also by using
[url]http://localhost/ASP-ent-man/app/[/url] but they both throw an exception. I've
even copied the bin directory into the app directory but that doesn't help.
I've installed Framework 1.0 and 1.1 on my machine, is the complete source
code available (including solution files) so I can recompile it in VS.NET
2003 and maybe solve this problem?
TIA,
Kind regards
Jurjen de Groot
G.I.T.S., Netherlands
After starting [url]http://localhost/ASP-ent-man/[/url] I get an error on the following
line of code :
Compilation Error
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\ASP-ent-man\app\connect.aspx Line: 10
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
After starting [url]http://localhost/ASP-ent-man/app/[/url] I get a Framed page with
errors in all three frames :
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: Could not load type 'ASPEnterpriseManager.Page'.
Source Error:
Line 1: <%@ Import Namespace="ASPEnterpriseManager" %>
Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
Line 3: <!--#include file="includes/StyleSheet.aspx"-->
Line 4:
Source File: c:\inetpub\wwwroot\ASP-ent-man\app\setDatabase.aspx Line: 2
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
Jurjen de Groot Guest
-
Enterprise Manager Errors on UNIX
CFMX 7.0.1 multiserver configuration on UNIX (Solaris 9). When creating a new instance in CFAdmin Enterprise Manager Instance Manager I get the... -
Settings Manager in the Enterprise
Where are the settings stored when the web tool is used to adjust local flash player settings? For example: the auto update is turned off or the... -
Enterprise Manager disappeared from CF Administrator
I inadvertently posted this on Reporting. I am re-posting here... I recently installed CFMX 7 in multiserver mode. Everything worked fine until... -
Enterprise Manager Problem
I can connect fine via query analyzer, but it takes several minutes to expand the databases on one particular server. Other servers, database... -
Entering a tab in a cell in the Enterprise Manager
I am afraid not. -- -oj RAC v2.2 & QALite! http://www.rac4sql.net "Scott Good" <crazy_legs@elong.com> wrote in message -
Jurjen de Groot #2
ASP enterprise manager ?
Has anyone tried the ASP.NET Enterprise Manager ? I've installed it but
after starting up it produces errors, I've started it by using
[url]http://localhost/ASP-ent-man/[/url] and also by using
[url]http://localhost/ASP-ent-man/app/[/url] but they both throw an exception. I've
even copied the bin directory into the app directory but that doesn't help.
I've installed Framework 1.0 and 1.1 on my machine, is the complete source
code available (including solution files) so I can recompile it in VS.NET
2003 and maybe solve this problem?
TIA,
Kind regards
Jurjen de Groot
G.I.T.S., Netherlands
After starting [url]http://localhost/ASP-ent-man/[/url] I get an error on the following
line of code :
Compilation Error
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\ASP-ent-man\app\connect.aspx Line: 10
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
After starting [url]http://localhost/ASP-ent-man/app/[/url] I get a Framed page with
errors in all three frames :
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: Could not load type 'ASPEnterpriseManager.Page'.
Source Error:
Line 1: <%@ Import Namespace="ASPEnterpriseManager" %>
Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
Line 3: <!--#include file="includes/StyleSheet.aspx"-->
Line 4:
Source File: c:\inetpub\wwwroot\ASP-ent-man\app\setDatabase.aspx Line: 2
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
Jurjen de Groot Guest
-
Carl Prothman [MVP] #3
Re: ASP enterprise manager ?
Jurjen,
You might want to ask one of the Project Leaders from the ASP Enterprise Manager project.
[url]http://www.aspenterprisemanager.com/contact.aspx[/url]
IMHO =- It appears that you are missing the ASPEnterpriseManager DLL,
and/or you need to compile the project first before copying the files to your web site.
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
[url]http://www.able-consulting.com[/url]
"Jurjen de Groot" <info@gits-online.nl> wrote in message news:#j94ko#RDHA.2244@TK2MSFTNGP12.phx.gbl...> Has anyone tried the ASP.NET Enterprise Manager ? I've installed it but
> after starting up it produces errors, I've started it by using
> [url]http://localhost/ASP-ent-man/[/url] and also by using
> [url]http://localhost/ASP-ent-man/app/[/url] but they both throw an exception. I've
> even copied the bin directory into the app directory but that doesn't help.
> I've installed Framework 1.0 and 1.1 on my machine, is the complete source
> code available (including solution files) so I can recompile it in VS.NET
> 2003 and maybe solve this problem?
>
> TIA,
>
> Kind regards
>
> Jurjen de Groot
> G.I.T.S., Netherlands
>
>
>
> After starting [url]http://localhost/ASP-ent-man/[/url] I get an error on the following
> line of code :
>
> Compilation Error
> 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\ASP-ent-man\app\connect.aspx Line: 10
>
>
> ----------------------------------------------------------------------------
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
> Version:1.1.4322.573
>
>
> After starting [url]http://localhost/ASP-ent-man/app/[/url] I get a Framed page with
> errors in all three frames :
>
> 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: Could not load type 'ASPEnterpriseManager.Page'.
>
> Source Error:
>
> Line 1: <%@ Import Namespace="ASPEnterpriseManager" %>
> Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
> Line 3: <!--#include file="includes/StyleSheet.aspx"-->
> Line 4:
>
> Source File: c:\inetpub\wwwroot\ASP-ent-man\app\setDatabase.aspx Line: 2
>
>
> ----------------------------------------------------------------------------
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
> Version:1.1.4322.573
> Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
>
>
Carl Prothman [MVP] Guest
-
Carl Prothman [MVP] #4
Re: ASP enterprise manager ?
Jurjen,
You might want to ask one of the Project Leaders from the ASP Enterprise Manager project.
[url]http://www.aspenterprisemanager.com/contact.aspx[/url]
IMHO =- It appears that you are missing the ASPEnterpriseManager DLL,
and/or you need to compile the project first before copying the files to your web site.
--
Thanks,
Carl Prothman
Microsoft ASP.NET MVP
[url]http://www.able-consulting.com[/url]
"Jurjen de Groot" <info@gits-online.nl> wrote in message news:#j94ko#RDHA.2244@TK2MSFTNGP12.phx.gbl...> Has anyone tried the ASP.NET Enterprise Manager ? I've installed it but
> after starting up it produces errors, I've started it by using
> [url]http://localhost/ASP-ent-man/[/url] and also by using
> [url]http://localhost/ASP-ent-man/app/[/url] but they both throw an exception. I've
> even copied the bin directory into the app directory but that doesn't help.
> I've installed Framework 1.0 and 1.1 on my machine, is the complete source
> code available (including solution files) so I can recompile it in VS.NET
> 2003 and maybe solve this problem?
>
> TIA,
>
> Kind regards
>
> Jurjen de Groot
> G.I.T.S., Netherlands
>
>
>
> After starting [url]http://localhost/ASP-ent-man/[/url] I get an error on the following
> line of code :
>
> Compilation Error
> 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\ASP-ent-man\app\connect.aspx Line: 10
>
>
> ----------------------------------------------------------------------------
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
> Version:1.1.4322.573
>
>
> After starting [url]http://localhost/ASP-ent-man/app/[/url] I get a Framed page with
> errors in all three frames :
>
> 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: Could not load type 'ASPEnterpriseManager.Page'.
>
> Source Error:
>
> Line 1: <%@ Import Namespace="ASPEnterpriseManager" %>
> Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
> Line 3: <!--#include file="includes/StyleSheet.aspx"-->
> Line 4:
>
> Source File: c:\inetpub\wwwroot\ASP-ent-man\app\setDatabase.aspx Line: 2
>
>
> ----------------------------------------------------------------------------
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
> Version:1.1.4322.573
> Line 2: <%@ Page language="VB" Inherits="ASPEnterpriseManager.Page" %>
>
>
Carl Prothman [MVP] Guest



Reply With Quote

