473,386 Members | 1,702 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

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
http://localhost/ASP-ent-man/ and also by using
http://localhost/ASP-ent-man/app/ 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 http://localhost/ASP-ent-man/ 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 http://localhost/ASP-ent-man/app/ 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" %>
Nov 17 '05 #1
1 4651
Jurjen,
You might want to ask one of the Project Leaders from the ASP Enterprise Manager project.
http://www.aspenterprisemanager.com/contact.aspx

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
http://www.able-consulting.com
"Jurjen de Groot" <in**@gits-online.nl> wrote in message news:#j**************@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
http://localhost/ASP-ent-man/ and also by using
http://localhost/ASP-ent-man/app/ 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 http://localhost/ASP-ent-man/ 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 http://localhost/ASP-ent-man/app/ 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" %>

Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: PF | last post by:
On one of our machines, all of the SQL Server 2000 components except for the main Server component (SQL Server core) itself were installed (Management tools, etc) a while ago and everything was...
4
by: John Morgan | last post by:
I have Enterprise Manager on my local machine. For the last twelve months it has been connecting without problem to my online SQL Server database provided by my ISP. Three weeks ago the ISP...
1
by: mikew | last post by:
I am working at a company that has been using MS SQL Server, and we are going to be switching over to postgresql next week. (Getting off of Windows will be a relief!) I am very familiar with SQL...
0
by: Zorba.GR | last post by:
IBM DB2 Connect Enterprise Edition v8.2, other IBM DB2 (32 bit, 64 bit) (MULTiOS, Windows, Linux, Solaris), IBM iSoft Commerce Suite Server Enterprise v3.2.01, IBM Tivoli Storage Resource Manager...
2
by: AH | last post by:
Dear all, I am facing this 'bug' that really drive me nut. I created a trigger for Update script and tested in Enterprise manager to ensure it function correctly. However, when I used both VB or...
0
by: mirzausce | last post by:
Accuired eServer i5 570 - Enterprise Edition; questions.. -------------------------------------------------------------------------------- My company just purchased this unit from a company...
1
by: Alex | last post by:
Hi Everyone, Most of our MS SQL Servers are still running on SQL 2000, but being I will soon be upgrading my workstation to Vista Business I'd like to install MS SQL 2005 Enterprise Manager to...
1
by: chudson007 | last post by:
Hi All, What are the pros and cons between using Enterprise Manager or Query Analyzer for my queries. Currently I use Enterprise Manager because I prefer the interface and only use Query...
2
by: grant | last post by:
Man do I struggle with Enterprise Manager as a graphical tool for building views etc. Its flaky and hangs frequenlty so i have to kill it with the task manager and re open it. You cant debug...
2
by: Robert | last post by:
I'm a newbie trying to find the SQL Server Enterprise Manager so I can create a database. I have installed SQL Server 2005 Express and SQL Server Management Studio Express. On the SQL Server menu...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.