Raxip
|
| Posted: 06/10/2002, 11:30 AM |
|
has anyone had any problems with bookstore application in c#
It works okay but i get this error when admin editorials is selected.
Am going to look at it more this weekend when i have time.
Server Error in '/bookstore' Application.
----------------------------------------------------------------------------
----
The column 'editorial_cat_id' was specified multiple times for 'cnt'.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Data.OleDb.OleDbException: The column
'editorial_cat_id' was specified multiple times for 'cnt'.
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[OleDbException (0x80040e14): The column 'editorial_cat_id' was specified
multiple times for 'cnt'.]
BookStore.AdminEditorials.editorialsDataProvider.GetResultSet(Int32&
PagesCount) +728
BookStore.AdminEditorials.AdminEditorials.editorialsBind() +279
BookStore.AdminEditorials.AdminEditorials.Page_Load(Object sender,
EventArgs e) +89
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +29
System.Web.UI.Page.ProcessRequestMain() +724
----------------------------------------------------------------------------
----
Version Information: Microsoft .NET Framework Version:1.0.3705.209; ASP.NET
Version:1.0.3705.0
|
|
|
 |
Raxip
|
| Posted: 06/10/2002, 9:23 PM |
|
I seemed to have fixed it,
thanks anyway people
"Raxip" <raxip@accesscomm.ca> wrote in message
news:ae2r7q$4ne$1@news.codecharge.com...
> has anyone had any problems with bookstore application in c#
> It works okay but i get this error when admin editorials is selected.
> Am going to look at it more this weekend when i have time.
>
> Server Error in '/bookstore' Application.
> --------------------------------------------------------------------------
--
> ----
>
> The column 'editorial_cat_id' was specified multiple times for 'cnt'.
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information
> about the error and where it originated in the code.
>
> Exception Details: System.Data.OleDb.OleDbException: The column
> 'editorial_cat_id' was specified multiple times for 'cnt'.
>
> Source Error:
>
>
> An unhandled exception was generated during the execution of the
> current web request. Information regarding the origin and location of the
> exception can be identified using the exception stack trace below.
>
>
> Stack Trace:
>
>
> [OleDbException (0x80040e14): The column 'editorial_cat_id' was specified
> multiple times for 'cnt'.]
> BookStore.AdminEditorials.editorialsDataProvider.GetResultSet(Int32&
> PagesCount) +728
> BookStore.AdminEditorials.AdminEditorials.editorialsBind() +279
> BookStore.AdminEditorials.AdminEditorials.Page_Load(Object sender,
> EventArgs e) +89
> System.Web.UI.Control.OnLoad(EventArgs e) +67
> System.Web.UI.Control.LoadRecursive() +29
> System.Web.UI.Page.ProcessRequestMain() +724
>
>
>
>
>
>
> --------------------------------------------------------------------------
--
> ----
>
> Version Information: Microsoft .NET Framework Version:1.0.3705.209;
ASP.NET
> Version:1.0.3705.0
>
>
|
|
|
 |
Raxip
|
| Posted: 06/10/2002, 10:13 PM |
|
Nope still have the problem, I have tried a fresh SQL database.
"Raxip" <raxip@accesscomm.ca> wrote in message
news:ae3u0i$62l$1@news.codecharge.com...
> I seemed to have fixed it,
> thanks anyway people
> "Raxip" <raxip@accesscomm.ca> wrote in message
>news:ae2r7q$4ne$1@news.codecharge.com...
> > has anyone had any problems with bookstore application in c#
> > It works okay but i get this error when admin editorials is selected.
> > Am going to look at it more this weekend when i have time.
> >
> > Server Error in '/bookstore' Application.
>
> --------------------------------------------------------------------------
> --
> > ----
> >
> > The column 'editorial_cat_id' was specified multiple times for 'cnt'.
> > Description: An unhandled exception occurred during the execution of the
> > current web request. Please review the stack trace for more information
> > about the error and where it originated in the code.
> >
> > Exception Details: System.Data.OleDb.OleDbException: The column
> > 'editorial_cat_id' was specified multiple times for 'cnt'.
> >
> > Source Error:
> >
> >
> > An unhandled exception was generated during the execution of the
> > current web request. Information regarding the origin and location of
the
> > exception can be identified using the exception stack trace below.
> >
> >
> > Stack Trace:
> >
> >
> > [OleDbException (0x80040e14): The column 'editorial_cat_id' was
specified
> > multiple times for 'cnt'.]
> > BookStore.AdminEditorials.editorialsDataProvider.GetResultSet(Int32&
> > PagesCount) +728
> > BookStore.AdminEditorials.AdminEditorials.editorialsBind() +279
> > BookStore.AdminEditorials.AdminEditorials.Page_Load(Object sender,
> > EventArgs e) +89
> > System.Web.UI.Control.OnLoad(EventArgs e) +67
> > System.Web.UI.Control.LoadRecursive() +29
> > System.Web.UI.Page.ProcessRequestMain() +724
> >
> >
> >
> >
> >
> >
>
> --------------------------------------------------------------------------
> --
> > ----
> >
> > Version Information: Microsoft .NET Framework Version:1.0.3705.209;
> ASP.NET
> > Version:1.0.3705.0
> >
> >
>
>
|
|
|
 |
Raxip
|
| Posted: 06/10/2002, 10:43 PM |
|
Well it seems You have to change Files to Publish from all to project files
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > >
> > > The column 'editorial_cat_id' was specified multiple times for 'cnt'.
> > > Description: An unhandled exception occurred during the execution of
the
> > > current web request. Please review the stack trace for more
information
> > > about the error and where it originated in the code.
> > >
> > > Exception Details: System.Data.OleDb.OleDbException: The column
> > > 'editorial_cat_id' was specified multiple times for 'cnt'.
> > >
> > > Source Error:
> > >
> > >
> > > An unhandled exception was generated during the execution of the
> > > current web request. Information regarding the origin and location of
> the
> > > exception can be identified using the exception stack trace below.
> > >
> > >
> > > Stack Trace:
> > >
> > >
> > > [OleDbException (0x80040e14): The column 'editorial_cat_id' was
> specified
> > > multiple times for 'cnt'.]
> > >
BookStore.AdminEditorials.editorialsDataProvider.GetResultSet(Int32&
> > > PagesCount) +728
> > > BookStore.AdminEditorials.AdminEditorials.editorialsBind() +279
> > > BookStore.AdminEditorials.AdminEditorials.Page_Load(Object sender,
> > > EventArgs e) +89
> > > System.Web.UI.Control.OnLoad(EventArgs e) +67
> > > System.Web.UI.Control.LoadRecursive() +29
> > > System.Web.UI.Page.ProcessRequestMain() +724
> > >
> > >
> > >
> > >
> > >
> > >
> >
>
> --------------------------------------------------------------------------
> > --
> > > ----
> > >
> > > Version Information: Microsoft .NET Framework Version:1.0.3705.209;
> > ASP.NET
> > > Version:1.0.3705.0
> > >
> > >
> >
> >
>
>
|
|
|
 |
|