TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
junior
NA
4
0
How to debug a stored procedure with in Visual studio 2005
Mar 2 2008 9:27 AM
Hi,
I am trying to debug a stored procedure with in my application.
What I did to do so:
Create a connection in server explorer
Select the stored procedure
Apply break points to the stored procedure
Apply break points to my code, where I am calling this stored procedure.
Now I am getting the following error message with in the stored procedure.
"The break point will currently be hit. Unable to bind SQL breakpoint at this time. object containing the break point not loaded"
and the following message in the OUT PUT window of IDE.
The program '[3012] WebDev.WebServer.EXE: Managed' has exited with code 0 (0x0).
The program '[3012] WebDev.WebServer.EXE: T-SQL' has exited with code 0 (0x0).
Pls, help me to sort out this issue.
I want to debug my stored procedure.
Thanks in advance,
Junior
Reply
Answers (
1
)
Calling Javascript funtion from Master Page
How to Change TextBox Property when clicking a button or other control . Please I need the solution ?