ASP enterprise manager ?

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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
  3. #2

    Default 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

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139