473,320 Members | 1,766 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Breakpoint not works

1
Hi to everybody,I am having vista home basic.in my lap,I installed visual studio 2005.am working now with asp.net..

When i set my break point in the pageload fn.It shows " No symbols have been loaded"-ERROR warning above that break symbol.I refeered this site.Very useful..By following instruction here,I worked.In "Debug" menu,i added modules.but it is not active.how to make active that modules..Somebody says ,Check ur DLL's ..I dont know where to find such DLL's.I commit one mistake that..I simply get the VS setup file from my friend and installed it..So,I think This may also a reason for this problem.How to rectify this pblm.Is it neccesary to uninstall totally..
Looking forward for best solution quick from u all.

Thanks in advance....


Regards,
Chayan Sethu...
Dec 24 '09 #1
3 2759
Frinavale
9,735 Expert Mod 8TB
First thing to do is run Visual Studio "As Administrator" this will let you debug.
Second thing to checks is that the break points are accessible....
What type of code are you trying to debug?
JavaScript? C#? VB.NET?

-Frinny
Jan 4 '10 #2
I've had an unpleasant experience face that my JavaScript code breakpoints stopped working with Visual Studio 2008 and IE. It stopped working after I installed some silverlight fix for RIA services. Now I've got it working again only if I uncheck Silverlight as a debugger for my project. Before I saw symbols not loaded on the break points in JavaScript. Managed code debugging worked fine all the time. Removing PDB files did not help either.
Jan 7 '10 #3
Frinavale
9,735 Expert Mod 8TB
Thanks for the information drogovoy :)
I don't know why your IE8 would have been set up to use Silverlight as the debugger...seems weird to me but then again Silverlight does some weird stuff.

-Frinny
Jan 7 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Frans Bouma | last post by:
Hello, It seems VS.NET 2003 locks up itself and the complete shell (mouse locks also) when entering a breakpoint in a special situation. Below is the code to reproduce this behavior. It...
4
by: Wal Turner | last post by:
Consider the following simple class: public class ClassA { public static string VAR = "hello"; } public void MethodA() { while(true)
4
by: Jay | last post by:
Guess this has probably been reported already. Seems if you don't use {} with for/while etc., the debugger stops at the wrong line. In the example below, I had a breakpoint at line 6 but the...
3
by: c0uch | last post by:
the first and third methods are in a usercontrol object. txtValue is a TextBox the float.parse in the if statement on line 3 always works fine. the second float.parse in the third method is...
3
by: John Kutsor | last post by:
I have been working on a ASP.NET project with VB Code behind for a while now, and it ran perfectly up until now. When I try to set a breakpoint or a watch at certain parts of the project, even...
10
by: Ole | last post by:
Hi, Using VS2005 and a windows CE 5.0 device running CF2. Suddenly I can't debug my C# program from VS2005 - when setting a breakpoint I only see a ring instead of the normal red dot and when...
5
by: Badis | last post by:
Hi, I'm trying to debug my project using Toggle Breakpoint (F9) in my asp.net project but it doesn't stop where I set my breakpoint like in windows applications!!!!? Thanks
1
by: fletch | last post by:
I'm trying to write a little sudoku game. When i try to set a board i use a for loop. Here it is for (int c = 0; c < 6; c++) { Random rand = new Random(); int x = rand.Next(0, 9); int y =...
6
by: Morgan Packard | last post by:
Hello, Wondering what everyone's experience with breakpoint debugging is here. I've been using firebug for a few years and, while I'm delighted to have _some_ debugging ability, I've found it to...
0
by: zjs | last post by:
class CChatSocket : public CSocket { .... } void CChatSocket::OnReceive(int nErrorCode) { CSocket::OnReceive(nErrorCode);//Here I insert a breakpoint, m_pDoc->ProcessPendingRead(); }
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.