Jeff Walters
|
| Posted: 10/19/2002, 5:52 PM |
|
I have installed the .Net SDK, and have successfully run a few hand-coded
aspx pages from a web tutorial - i.e. I think the Net installation is OK.
I used the application builder to create a simple C# List / Maint
application - my first attempt at C# with CCS. I did no modification to the
generated file / no events etc. I also regenerated into VB after getting the
error - same result.
I get the following error - which I don't understand / know what to do next:
Help will be appreciated.
Thanks
Jeff
===========================================
Server Error in '/' Application.
----------------------------------------------------------------------------
----
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 'Tracer4.tasks_list.tasks_list'.
Source Error:
Line 1: <!--ASPX page @1-0A7D1C1F-->
Line 2: <%@ Page language="c#" Codebehind="tasks_list.aspx.cs"
AutoEventWireup="false" Inherits="Tracer4.tasks_list.tasks_list" %>
Line 3: <%@ Import namespace="Tracer4.tasks_list" %>
Line 4: <%@ Import namespace="Tracer4.Configuration" %>
Source File: c:\inetpub\wwwroot\tracer4\tasks_list.aspx Line: 2
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
|
|
|
 |
Bo Ugljesic
|
| Posted: 10/20/2002, 5:31 AM |
|
Hello Jeff,
Usually when I get that error, I forgot to create a virtual dir on IIS.
Bo
"Jeff Walters" <JeffWalters@IntelliNova.com> wrote in message
news:aosuop$p6i$1@news.codecharge.com...
> I have installed the .Net SDK, and have successfully run a few hand-coded
> aspx pages from a web tutorial - i.e. I think the Net installation is OK.
>
> I used the application builder to create a simple C# List / Maint
> application - my first attempt at C# with CCS. I did no modification to
the
> generated file / no events etc. I also regenerated into VB after getting
the
> error - same result.
>
> I get the following error - which I don't understand / know what to do
next:
> Help will be appreciated.
>
> Thanks
> Jeff
>
> ===========================================
>
>
> Server Error in '/' Application.
> --------------------------------------------------------------------------
--
> ----
>
> 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 'Tracer4.tasks_list.tasks_list'.
>
> Source Error:
>
>
> Line 1: <!--ASPX page @1-0A7D1C1F-->
> Line 2: <%@ Page language="c#" Codebehind="tasks_list.aspx.cs"
> AutoEventWireup="false" Inherits="Tracer4.tasks_list.tasks_list" %>
> Line 3: <%@ Import namespace="Tracer4.tasks_list" %>
> Line 4: <%@ Import namespace="Tracer4.Configuration" %>
>
>
> Source File: c:\inetpub\wwwroot\tracer4\tasks_list.aspx Line: 2
>
>
> --------------------------------------------------------------------------
--
> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
> Version:1.0.3705.0
>
>
>
>
|
|
|
 |
|