Ask a Question related to ASP.NET General, Design and Development.
-
Dan #1
Can't run the application
Hi folks,
We have one web app running on one machine. It was working fine. Suddenly,
it stoped working.
This what I get:
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 'ABC.xyz'.
Line 1: <%@ Page Language="vb" AutoEventWireup="false"
Codebehind="xyz.aspx.vb" Inherits="ABC.xyz"%>
Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Line 3: <HTML>
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Does anyone has the idea?
Thanks in advance
Dan
Dan Guest
-
Flash Remoting Application.cfc & Application.cfm problem
Hi there, When using Flex 1.5 client application, when using Application.cfm to deal with remoting SetCredentials(user,pwd), I just set it once... -
dllimport call in aspnet application makes the application hangs
As our application design requires us to use one of the validation API engine which was written on C(so basically all I have is a dll) and I tested... -
What issue will HIT me hard when I convert an Access 2002 MDE application to Web Application?
Hi All, Current Access 2002 MDE application: - has no tier - has neither business object nor any kind of object (Except MS Form object and... -
Can a web application call methods on a webservice running in the same application
Can a web application call methods on a webservice running in the same application Thanks Ron Vecchi -
How to inherit a base form in all application forms of an asp.net application
hello friend, while developing an asp.net application, i created a base form(say mybaseform1) with certain links on it. then i tried to... -
Chris Jackson #2
Re: Can't run the application
You'll want to make sure that the name of the base class for your page (in
the aspx.vb file) is the same as what your inherits attribute claims.
Additionally, make sure that your compiled binary is available and in the
right place.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows XP
Windows XP Associate Expert
--
"Dan" <ddmello@nexterna.com> wrote in message
news:e6H7RtRVDHA.2212@TK2MSFTNGP12.phx.gbl...to> Hi folks,
>
> We have one web app running on one machine. It was working fine. Suddenly,
> it stoped working.
> This what I get:
>
> Parser Error
> Description: An error occurred during the parsing of a resource required--> service this request. Please review the following specific parse error
> details and modify your source file appropriately.
>
> Parser Error Message: Could not load type 'ABC.xyz'.
>
> Line 1: <%@ Page Language="vb" AutoEventWireup="false"
> Codebehind="xyz.aspx.vb" Inherits="ABC.xyz"%>
> Line 2: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> Line 3: <HTML>
>
>
> --------------------------------------------------------------------------ASP.NET> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;> Version:1.1.4322.573
>
>
>
> Does anyone has the idea?
>
> Thanks in advance
>
> Dan
>
>
Chris Jackson Guest
-
Parker Zhang [MSFT] #3
Re: Can't run the application
Hello,
Besides Chris's suggestions, please try the following steps:
1. Delete the ASP.NET Temporary Files for that application
2. Delete the dll for the application from the bin directory
3. Check and apply the work offline option (Project ->Web Project -> Work
Offline)
4. Uncheck and apply the settings to allow the system to work online
(Project ->Web Project -> Work Offline)
5. Rebuild your project.
HTH,
--
Parker Zhang
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Parker Zhang [MSFT] Guest



Reply With Quote

