Hello,

I'm working on a asp.net project under VS-2003.

I have created a database project and created some stored procedures.

When I run my app, I get the error - "Stored procedure not found". Do I
need to make a copy of my SP to the database thru Server Explorer?

Also, when I try to put a breakpoint in the SP thru VS, I do not see
the red dot that I normally see in the code.

Please help.

Re: Please help by Sahil

Sahil
Fri Mar 11 15:45:46 CST 2005

Have you compiled the stored proc in the database ?

- Sahil Malik
http://codebetter.com/blogs/sahil.malik/



<nashak@hotmail.com> wrote in message
news:1110575856.311103.75500@z14g2000cwz.googlegroups.com...
> Hello,
>
> I'm working on a asp.net project under VS-2003.
>
> I have created a database project and created some stored procedures.
>
> When I run my app, I get the error - "Stored procedure not found". Do I
> need to make a copy of my SP to the database thru Server Explorer?
>
> Also, when I try to put a breakpoint in the SP thru VS, I do not see
> the red dot that I normally see in the code.
>
> Please help.
>



Re: Please help by nashak

nashak
Mon Mar 14 08:49:34 CST 2005

Hello,

I created a database project in my current solution and added a stored
procedure. I have not touched Ent Manager or Server Explorer. My
database project points to my database.

How do I proceed from here?

TIA,




Sahil Malik wrote:
> Have you compiled the stored proc in the database ?
>
> - Sahil Malik
> http://codebetter.com/blogs/sahil.malik/
>
>
>
> <nashak@hotmail.com> wrote in message
> news:1110575856.311103.75500@z14g2000cwz.googlegroups.com...
> > Hello,
> >
> > I'm working on a asp.net project under VS-2003.
> >
> > I have created a database project and created some stored
procedures.
> >
> > When I run my app, I get the error - "Stored procedure not found".
Do I
> > need to make a copy of my SP to the database thru Server Explorer?
> >
> > Also, when I try to put a breakpoint in the SP thru VS, I do not
see
> > the red dot that I normally see in the code.
> >
> > Please help.
> >