Ken Cox
|
| Posted: 06/11/2002, 6:52 PM |
|
[Reposting to this group 'cause there's action here and not much in
..discussion]
Further to this, CodeCharge Studio's ASP.NET build process seems flakey. When I
build
the project in VS.NET everything is fine. That eliminates problems with the
code. When I republish in CCS, the pages break.
Ken
"Ken Cox" <BANSPAMken_cox@sympatico.ca> wrote in message
news:ae3kbg$kch$1@news.codecharge.com...
I'm working my way through the tutorial on an ASPX project with the release
version. All was going well until I came to page 39 where it says to click on a
Task ID to go to the task's details.
The link's URL looks like this:
http://localhost/TaskManager/tasks_maint.aspx?task_id=1
Instead of getting the desired record, I'm getting the error message pasted in
below. Is this due to something I've done/haven't done or is it a configuration
problem in the sample code?
Thanks
Server Error in '/TaskManager' 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
'TaskManager.tasks_maint.tasks_maint'.
Source Error:
Line 1: <!--ASPX page @1-97269ED5-->
Line 2: <%@ Page language="c#" Codebehind="tasks_maint.aspx.cs"
AutoEventWireup="false" Inherits="TaskManager.tasks_maint.tasks_maint" %>
Line 3: <%@ Import namespace="TaskManager.tasks_maint" %>
Line 4: <%@ Import namespace="TaskManager.Configuration" %>
Source File: c:\inetpub\wwwroot\TaskManager\tasks_maint.aspx Line: 2
-------------------------------------------------------------------------------
-
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET
Version:1.0.3705.272
|
|
|
 |
Doug Lind
|
| Posted: 06/18/2002, 8:50 AM |
|
Hi Ken,
I get exactly the same thing when I tried to follow the tutorial, and
clicked on the "Live Page" tab, to view Task_Lists. I see no one has
addressed your issue here. Were you able to find a work around? Guess I
should have known better than to start with the tutorial. Seems like they
are always a rev behind the real thing.
"Ken Cox" <BANSPAMken_cox@sympatico.ca> wrote in message
news:ae69g8$pns$1@news.codecharge.com...
> [Reposting to this group 'cause there's action here and not much in
> .discussion]
>
> Further to this, CodeCharge Studio's ASP.NET build process seems flakey.
When I
> build
> the project in VS.NET everything is fine. That eliminates problems with
the
> code. When I republish in CCS, the pages break.
>
> Ken
>
>
>
> "Ken Cox" <BANSPAMken_cox@sympatico.ca> wrote in message
>news:ae3kbg$kch$1@news.codecharge.com...
> I'm working my way through the tutorial on an ASPX project with the
release
> version. All was going well until I came to page 39 where it says to click
on a
> Task ID to go to the task's details.
>
> The link's URL looks like this:
>
> http://localhost/TaskManager/tasks_maint.aspx?task_id=1
>
> Instead of getting the desired record, I'm getting the error message
pasted in
> below. Is this due to something I've done/haven't done or is it a
configuration
> problem in the sample code?
>
> Thanks
>
>
> Server Error in '/TaskManager' 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
> 'TaskManager.tasks_maint.tasks_maint'.
>
> Source Error:
>
>
> Line 1: <!--ASPX page @1-97269ED5-->
> Line 2: <%@ Page language="c#" Codebehind="tasks_maint.aspx.cs"
> AutoEventWireup="false" Inherits="TaskManager.tasks_maint.tasks_maint" %>
> Line 3: <%@ Import namespace="TaskManager.tasks_maint" %>
> Line 4: <%@ Import namespace="TaskManager.Configuration" %>
>
>
> Source File: c:\inetpub\wwwroot\TaskManager\tasks_maint.aspx Line: 2
>
>
> --------------------------------------------------------------------------
-----
> -
> Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET
> Version:1.0.3705.272
>
>
>
>
>
>
>
>
>
>
|
|
|
 |
Ken Cox
|
| Posted: 06/19/2002, 4:58 PM |
|
Hi Doug,
What they don't tell you is that when you view a single page, you do a partial
build that effectively breaks the other pages.
The workaround is to publish the entire web and view the page(s) you want
directly in the browser.
Ken
"Doug Lind" <doug@hdcity.net> wrote in message
news:aenksp$n4t$1@news.codecharge.com...
Hi Ken,
I get exactly the same thing when I tried to follow the tutorial, and
clicked on the "Live Page" tab, to view Task_Lists. I see no one has
addressed your issue here. Were you able to find a work around? Guess I
should have known better than to start with the tutorial. Seems like they
are always a rev behind the real thing.
|
|
|
 |
|