Deploying and ASP.Net page and get errors

  • Thread starter Thread starter Ric Soard
  • Start date Start date
R

Ric Soard

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


----------------------------------------------------------
 
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)
--




.
 
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?
 
Back
Top