473,386 Members | 1,654 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.

Deploying and ASP.Net page and get errors

I wrote a small prototype asp.net application on my
computer, and it all works great. I sent it to my team
lead who uploaded it to the customers server. When we
access the page we get the following error:

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 'DiamondPerfSamples.DiamondPerfUtil'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="DiamondPerfUtil.aspx.vb"
Inherits="DiamondPerfSamples.DiamondPerfUtil"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
Line 3: <HTML>
Source File:
D:\Inetpub\newsite\pattern\DiamondPerfUtil.aspx Line:
1
----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Any Ideas on how to get this app to work?
Nov 18 '05 #1
3 844
Did you upload the dll located in the bin directory?

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Ric Soard" <an*******@discussions.microsoft.com> wrote in message
news:0a****************************@phx.gbl...
I wrote a small prototype asp.net application on my
computer, and it all works great. I sent it to my team
lead who uploaded it to the customers server. When we
access the page we get the following error:

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 'DiamondPerfSamples.DiamondPerfUtil'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="DiamondPerfUtil.aspx.vb"
Inherits="DiamondPerfSamples.DiamondPerfUtil"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
Line 3: <HTML>
Source File:
D:\Inetpub\newsite\pattern\DiamondPerfUtil.aspx Line:
1
----------------------------------------------------------
----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Any Ideas on how to get this app to work?

Nov 18 '05 #2
yes
-----Original Message-----
Did you upload the dll located in the bin directory?

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Ric Soard" <an*******@discussions.microsoft.com> wrote in messagenews:0a****************************@phx.gbl...
I wrote a small prototype asp.net application on my
computer, and it all works great. I sent it to my team
lead who uploaded it to the customers server. When we
access the page we get the following error:

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 'DiamondPerfSamples.DiamondPerfUtil'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="DiamondPerfUtil.aspx.vb"
Inherits="DiamondPerfSamples.DiamondPerfUtil"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
Line 3: <HTML>
Source File:
D:\Inetpub\newsite\pattern\DiamondPerfUtil.aspx Line:
1
-------------------------------------------------------- -- ----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Any Ideas on how to get this app to work?

.

Nov 18 '05 #3
Is it the most recent version of the dll, and is the file structure at the
site the same as on your computer, that is, the dll is in the bin folder and
the bin folder along with your page are in the application root folder?
<an*******@discussions.microsoft.com> wrote in message
news:05****************************@phx.gbl...
yes
-----Original Message-----
Did you upload the dll located in the bin directory?

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Ric Soard" <an*******@discussions.microsoft.com> wrote

in message
news:0a****************************@phx.gbl...
I wrote a small prototype asp.net application on my
computer, and it all works great. I sent it to my team
lead who uploaded it to the customers server. When we
access the page we get the following error:

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 'DiamondPerfSamples.DiamondPerfUtil'.

Source Error:
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="DiamondPerfUtil.aspx.vb"
Inherits="DiamondPerfSamples.DiamondPerfUtil"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
Transitional//EN">
Line 3: <HTML>
Source File:
D:\Inetpub\newsite\pattern\DiamondPerfUtil.aspx Line:
1
-------------------------------------------------------- -- ----------------------
Version Information: Microsoft .NET Framework
Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

Any Ideas on how to get this app to work?

.

Nov 18 '05 #4

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

Similar topics

10
by: Gerben van Loon | last post by:
Hi there, hope someone can help me on this: I'm planning to deploy several ASP.NET projects to a production server. Normally I used the "Project / Copy project" option in VS.NET, but to this...
3
by: Mans | last post by:
Hi, We have a quite simple asp.net application that works fne on my XP development box. When we deploy it to a Windows 2003 Server performance is really poor when rendering pages. When I turn...
1
by: Jiho Han | last post by:
I have an asp.net application that is running and I updated code behind assemblies after I modified some internal logic. Then I tried to view the page and got a very strange error, something like...
4
by: jwk | last post by:
I have built my project using a "deployment project" - I've added all the correct Merge Modules as well as Primary Output and Content Files from 'Project Outputs' ; but the aspx pages still refer...
0
by: markcash | last post by:
I have developed a ASP.NET application that contains several reports that were developed with Crystal Report XI. My development machine is Windows XP SP2. Everything works fine, but when I...
11
by: moondaddy | last post by:
I have a .net 2.0 smarclient app and am trying to deploy it to IIS where users can access it from. I created an application folder in IIS where I'm trying to deployee to. 1) When the...
1
by: Arsalan Ahmad | last post by:
Hi, I am trying to deploy my website. But when i try to access the page, I get following errors in event viewyer. So could you please tell what is wrong? Event code: 3005 Event message: An...
1
by: rcoco | last post by:
hi, I have managed deploying my database and I've created .msi but it's on my computer. I've tryed to copy it on a different server using copy and paste but it cannot do it. how could I go about...
0
by: sanjaypasumarty | last post by:
Hello, I am facing issues when i am deploying application on WebSphere Process server. The appplication is not deploying successfully and showing some DB2 errors in the logs. We are unable to find...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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,...

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.