Raxip
|
| Posted: 05/29/2002, 3:35 PM |
|
I get this out of the hop with c# example of the book store. Also i am
unable to view (design mode) the default.aspx file in visual studio.net i
get an error ( could not open in Design view. Quote values differently
inside '<%..."value"...%>'block )
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 'BookStore.Default.Default'.
Source Error:
Line 1: <!--ASPX page @1-D57AB878-->
Line 2: <%@ Page language="c#" Codebehind="Default.aspx.cs"
AutoEventWireup="false" Inherits="BookStore.Default.Default" %>
Line 3: <%@ Import namespace="BookStore.Default" %>
Line 4: <%@ Import namespace="BookStore.Configuration" %>
Source File: c:\inetpub\wwwroot\bookstore\Default.aspx Line: 2
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET
Version:1.0.3705.0
|
|
|
 |
Raxip
|
| Posted: 05/29/2002, 3:37 PM |
|
this is beta 5 by the way
"Raxip" <raxip1@hotmail.com> wrote in message
news:ad3l3h$b9a$1@news.codecharge.com...
> I get this out of the hop with c# example of the book store. Also i am
> unable to view (design mode) the default.aspx file in visual studio.net i
> get an error ( could not open in Design view. Quote values differently
> inside '<%..."value"...%>'block )
> 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 'BookStore.Default.Default'.
>
> Source Error:
>
> Line 1: <!--ASPX page @1-D57AB878-->
> Line 2: <%@ Page language="c#" Codebehind="Default.aspx.cs"
> AutoEventWireup="false" Inherits="BookStore.Default.Default" %>
> Line 3: <%@ Import namespace="BookStore.Default" %>
> Line 4: <%@ Import namespace="BookStore.Configuration" %>
>
>
> Source File: c:\inetpub\wwwroot\bookstore\Default.aspx Line: 2
>
>
> --------------------------------------------------------------------------
--
> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET
> Version:1.0.3705.0
>
>
|
|
|
 |
CodeCharge Support
|
| Posted: 05/30/2002, 4:52 AM |
|
Hi,
Looks like we have a small bug in the BookStore example, which prevents the
Default page from being shown in VS.NET design view. The page works well
during run-time.
To fix this you can go to line 88 in Default.html, find the tag <img
src="{image_url}"> and replace double quotes with single quotes.
Regarding "Could not load type..." message - this usually means that the
project did not compile or that the Virtual directory was not configured
under IIS.
If the problem occurred during the compilation stage, you should see the
detailed *red* error messages from C# compiler in CCS MessageWindow. If so,
please let us know what they are.
Thanks,
Konrad
"Raxip" <raxip1@hotmail.com> wrote in message
news:ad3l3h$b9a$1@news.codecharge.com...
> I get this out of the hop with c# example of the book store. Also i am
> unable to view (design mode) the default.aspx file in visual studio.net i
> get an error ( could not open in Design view. Quote values differently
> inside '<%..."value"...%>'block )
> 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 'BookStore.Default.Default'.
>
> Source Error:
>
> Line 1: <!--ASPX page @1-D57AB878-->
> Line 2: <%@ Page language="c#" Codebehind="Default.aspx.cs"
> AutoEventWireup="false" Inherits="BookStore.Default.Default" %>
> Line 3: <%@ Import namespace="BookStore.Default" %>
> Line 4: <%@ Import namespace="BookStore.Configuration" %>
>
>
> Source File: c:\inetpub\wwwroot\bookstore\Default.aspx Line: 2
>
>
> --------------------------------------------------------------------------
--
> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET
> Version:1.0.3705.0
>
>
|
|
|
 |
Raxip
|
| Posted: 05/30/2002, 7:31 AM |
|
Thanks Konrad. I feel rather silly for forgetting to make the virtual
directory. Thanks for your quick response and keep up the great work on this
product
"CodeCharge Support" <support@codecharge.com> wrote in message
news:ad53qr$3tq$1@news.codecharge.com...
> Hi,
>
> Looks like we have a small bug in the BookStore example, which prevents
the
> Default page from being shown in VS.NET design view. The page works well
> during run-time.
> To fix this you can go to line 88 in Default.html, find the tag <img
> src="{image_url}"> and replace double quotes with single quotes.
>
> Regarding "Could not load type..." message - this usually means that the
> project did not compile or that the Virtual directory was not configured
> under IIS.
> If the problem occurred during the compilation stage, you should see the
> detailed *red* error messages from C# compiler in CCS MessageWindow. If
so,
> please let us know what they are.
>
> Thanks,
>
> Konrad
>
>
> "Raxip" <raxip1@hotmail.com> wrote in message
>news:ad3l3h$b9a$1@news.codecharge.com...
> > I get this out of the hop with c# example of the book store. Also i am
> > unable to view (design mode) the default.aspx file in visual studio.net
i
> > get an error ( could not open in Design view. Quote values differently
> > inside '<%..."value"...%>'block )
> > 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 'BookStore.Default.Default'.
> >
> > Source Error:
> >
> > Line 1: <!--ASPX page @1-D57AB878-->
> > Line 2: <%@ Page language="c#" Codebehind="Default.aspx.cs"
> > AutoEventWireup="false" Inherits="BookStore.Default.Default" %>
> > Line 3: <%@ Import namespace="BookStore.Default" %>
> > Line 4: <%@ Import namespace="BookStore.Configuration" %>
> >
> >
> > Source File: c:\inetpub\wwwroot\bookstore\Default.aspx Line: 2
> >
> >
>
> --------------------------------------------------------------------------
> --
> > ----
> > Version Information: Microsoft .NET Framework Version:1.0.3705.209;
> ASP.NET
> > Version:1.0.3705.0
> >
> >
>
>
|
|
|
 |
|