JG
|
| Posted: 02/28/2003, 5:41 AM |
|
Can any one help I am getting this error when trying to run generated code.
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 'TaskMan.Default.DefaultPage'.
Source Error:
Line 1: <!--ASPX page @1-99FA8E29-->
Line 2: <%@ Page language="vb" Codebehind="Default.aspx.vb"
AutoEventWireup="false" Inherits="TaskMan.Default.DefaultPage" %>
Line 3: <%@ Import namespace="TaskMan.Default" %>
Line 4: <%@ Import namespace="TaskMan.Configuration" %>
Source File: c:\inetpub\wwwroot\Taskman\Default.aspx Line: 2
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
Thanks
JG
|
|
|
 |
Jaro Steigauf
|
| Posted: 02/28/2003, 7:03 AM |
|
Hi,
1. CCS has(had) problem with deleting files in folder components.
2. You check some old files, because these files have this definition.
PS: I had same problem in C#.
js
"JG" <jgates@bgmretail.co.uk> wrote in message
news:b3nou0$ugc$1@news.codecharge.com...
> Can any one help I am getting this error when trying to run generated
code.
>
> 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 'TaskMan.Default.DefaultPage'.
>
> Source Error:
>
>
> Line 1: <!--ASPX page @1-99FA8E29-->
> Line 2: <%@ Page language="vb" Codebehind="Default.aspx.vb"
> AutoEventWireup="false" Inherits="TaskMan.Default.DefaultPage" %>
> Line 3: <%@ Import namespace="TaskMan.Default" %>
> Line 4: <%@ Import namespace="TaskMan.Configuration" %>
>
>
> Source File: c:\inetpub\wwwroot\Taskman\Default.aspx Line: 2
>
> Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
> Version:1.0.3705.0
>
> Thanks
>
> JG
>
>
---
Odchadzajuca sprava neobsahuje virusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.459 / Vírusová databáza: 258 - dátum vydania: 25. 2. 2003
|
|
|
 |
Aleksandar Blašković
|
| Posted: 03/11/2003, 2:08 AM |
|
I have same problem when i create default template application.
Firts i thought it's about keyword "Default" witch is used by defaul for
starpage
but after i repplaced this with Start same things hapend
Please help.
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 'pr3.Start.StartPage'.
Source Error:
Line 1: <!--ASPX page @1-235F015F-->
Line 2: <%@ Page language="c#" Codebehind="Start.aspx.cs"
AutoEventWireup="false" Inherits="pr3.Start.StartPage" %>
Line 3: <%@ Import namespace="pr3.Start" %>
Line 4: <%@ Import namespace="pr3.Configuration" %>
Source File: c:\inetpub\wwwroot\pr3\Start.aspx Line: 2
|
|
|
 |
Aleksandar Blašković
|
| Posted: 03/11/2003, 2:38 AM |
|
Found the andswer.
directory, in witch project has been published has to be virtual directory
(not ditectory under root directory)
|
|
|
 |