473,396 Members | 1,676 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,396 software developers and data experts.

Visual Studio 2005 The breakpoint will not currently be hit... PLEASE HELP.

RSH
I have a project that we have had in 2005 for a couple months now and
everything has been working fine. Now today I open it up and get the latest
version from SourceSafe and I made a few changes to the codebehind and I
placed a few breakpoints in the codebehind but none of the breakpoints were
being hit. Upon closer inspection i noticed that once I started running the
program in debug mode the normal breakpoint circle turned to a transparent
circle with the yellow exclaimation point and when i mouseover the symbol it
reads "The breakpoint will not currently be hit. The source code is
different from the original version. To allow the breakpoint to be hit when
the sourcecode is different..."

I have tried everything I can think of including deleting the contents of
the BIN folder, restarting, getting latest from SourceSafe... nothing is
working.

How do I fix this problem, I am on a deadline and I have never run into this
problem with any of our 14 sites.

Thanks!
Ron

Sep 11 '07 #1
4 2683
Lit
in 2003 I use to solve similar issues by deleting the VSWebCache\ content

Not sure is 2005 have similar folder etc..

Lit
"RSH" <wa*************@yahoo.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
>I have a project that we have had in 2005 for a couple months now and
everything has been working fine. Now today I open it up and get the
latest version from SourceSafe and I made a few changes to the codebehind
and I placed a few breakpoints in the codebehind but none of the
breakpoints were being hit. Upon closer inspection i noticed that once I
started running the program in debug mode the normal breakpoint circle
turned to a transparent circle with the yellow exclaimation point and when
i mouseover the symbol it reads "The breakpoint will not currently be hit.
The source code is different from the original version. To allow the
breakpoint to be hit when the sourcecode is different..."

I have tried everything I can think of including deleting the contents of
the BIN folder, restarting, getting latest from SourceSafe... nothing is
working.

How do I fix this problem, I am on a deadline and I have never run into
this problem with any of our 14 sites.

Thanks!
Ron

Sep 11 '07 #2
RSH
Thanks for the reply. I deleted all items in the VSWebCache folder, no
change I still get the error.

Ron

"Lit" <sq**********@hotmail.comwrote in message
news:%2****************@TK2MSFTNGP05.phx.gbl...
in 2003 I use to solve similar issues by deleting the VSWebCache\
content

Not sure is 2005 have similar folder etc..

Lit
"RSH" <wa*************@yahoo.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
>>I have a project that we have had in 2005 for a couple months now and
everything has been working fine. Now today I open it up and get the
latest version from SourceSafe and I made a few changes to the codebehind
and I placed a few breakpoints in the codebehind but none of the
breakpoints were being hit. Upon closer inspection i noticed that once I
started running the program in debug mode the normal breakpoint circle
turned to a transparent circle with the yellow exclaimation point and when
i mouseover the symbol it reads "The breakpoint will not currently be hit.
The source code is different from the original version. To allow the
breakpoint to be hit when the sourcecode is different..."

I have tried everything I can think of including deleting the contents of
the BIN folder, restarting, getting latest from SourceSafe... nothing is
working.

How do I fix this problem, I am on a deadline and I have never run into
this problem with any of our 14 sites.

Thanks!
Ron


Sep 12 '07 #3
On Sep 12, 8:15 am, "RSH" <way_beyond_o...@yahoo.comwrote:
Thanks for the reply. I deleted all items in the VSWebCache folder, no
change I still get the error.

Ron

"Lit" <sql_agent...@hotmail.comwrote in message

news:%2****************@TK2MSFTNGP05.phx.gbl...
in 2003 I use to solve similar issues by deleting the VSWebCache\
content
Not sure is 2005 have similar folder etc..
Lit
"RSH" <way_beyond_o...@yahoo.comwrote in message
news:%2******************@TK2MSFTNGP03.phx.gbl...
>I have a project that we have had in 2005 for a couple months now and
everything has been working fine. Now today I open it up and get the
latest version from SourceSafe and I made a few changes to the codebehind
and I placed a few breakpoints in the codebehind but none of the
breakpoints were being hit. Upon closer inspection i noticed that once I
started running the program in debug mode the normal breakpoint circle
turned to a transparent circle with the yellow exclaimation point and when
i mouseover the symbol it reads "The breakpoint will not currently be hit.
The source code is different from the original version. To allow the
breakpoint to be hit when the sourcecode is different..."
I have tried everything I can think of including deleting the contents of
the BIN folder, restarting, getting latest from SourceSafe... nothing is
working.
How do I fix this problem, I am on a deadline and I have never run into
this problem with any of our 14 sites.
Are you sure you're not compiled for a "release" version instead of
debugging?

Go to the BUILD menu, Configuration Manager, and look at the dropdown
for "Active Solution Configuration".

Sep 12 '07 #4
Not sure if this will help, but in VS2003 there was an issue wherein, if
your solution had a project which had no compilable code in it then debugger
would fail to allow breakpoints to function in any project.

Not sure if this was ever fixed.

If you can find a project in your solution which only has html files in it
the try adding a dummy class to that project and recompile.

--
Rory
Sep 12 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Wendy Elizabeth | last post by:
I was just assigned a project at work to setup a CRM web system. However from what I have heard Visual Studio 2005 Team System is suppose to be a CRM system. Is it a metholodologythat Microsoft...
3
by: Shapper | last post by:
Hello, I am starting 2 new projects to deliver in January 2006. I want to create them in Asp.Net 2.0 using Visual Studio 2005. All my clients web sites are Visual Studio 2003 projects in...
4
by: Ken Allen | last post by:
I have been using Visual Studio 2005 for some time now, and generally it works fine. Recently I have been adding some threading logic to one of my applications to permit the user interface to be...
0
by: fiona | last post by:
Innovasys Ltd., a leader in help authoring and documentation tools, today announced the inclusion of a tailored version of the Innovasys HelpStudio help authoring product, HelpStudio Lite, in the...
3
by: Ted Ngo | last post by:
Hi All, My company want to buy the new Microsoft Visual Studio 2005 for their employees to develop our web application. After we develop the web application using the new Microsoft Visual...
5
by: blackdog | last post by:
I have installed Visual Studio 2005, on the CD show Visual Studio 2005 team suite with 3 disks. I used to use Visual studio .NET 2003 and I used command csc.exe to compile csharp program. but...
18
by: surfrat_ | last post by:
Hi, I am having the following problems in getting Microsoft Visual Studio 2005 Professional to link to an Access .mdb database. Please help me to sort this out. Problem 1: The Microsoft...
2
by: jason | last post by:
I have two <DIVareas side by side of different sizes. I've tried lining them up so that both bottoms are on the same line, but when I render the page they are not. Outside of putting these in a...
0
by: johnlim20088 | last post by:
Hi, Hi, currently I facing issues of migrate existing Visual Studio 2002 projects to Visual Studio 2005. I understood that there is no problem if we develop a new project from Visual Studio...
1
by: Norman Diamond | last post by:
One Visual Studio 2005 solution contains a C# project and C++ ATL DLL project. The DLL compiles fine, gets registered automatically, gets referenced correctly when the C# program compiles, and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.