473,670 Members | 2,546 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 2693
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.comwrot e in message
news:%2******** **********@TK2M SFTNGP03.phx.gb l...
>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**********@h otmail.comwrote in message
news:%2******** ********@TK2MSF TNGP05.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.comwrot e in message
news:%2******** **********@TK2M SFTNGP03.phx.gb l...
>>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.comwrot e:
Thanks for the reply. I deleted all items in the VSWebCache folder, no
change I still get the error.

Ron

"Lit" <sql_agent...@h otmail.comwrote in message

news:%2******** ********@TK2MSF TNGP05.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.comwrot e in message
news:%2******** **********@TK2M SFTNGP03.phx.gb l...
>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
1928
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 recommends? (Is it like the current Visual Studio.NET best practices and procedures Microsoft recommends?) Is Visual Studio 2005 Team System a methodolgy that is already setup in the Visual Studio.NET 2005 system? For example, is it a feature like...
3
2304
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 Asp.Net 1.1 / VB.NET. These web sites use Access Databases and NOT Microsoft SQL 2000. In the future I will need to make a few changes now and then to this web sites.
4
1863
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 updated while some other process (CPU or I/O bound) is executing. Before I added the threading the code worked fine and I could set breakpoints anywhere and they were hit very quickly. After adding the threading, the code executes very quickly,...
0
3337
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 Microsoft Visual Studio 2005 Software Development Kit. By providing a full help authoring environment within the Visual Studio 2005 SDK, Innovasys is providing developers building components and products that integrate with Visual Studio 2005 a...
3
3584
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 Studio 2005 we will deloy it to the server, and right now on our server we only have .NET FrameWork 1.1. I just wonder do we have to upgrade our server to .NET Framework 2.0 or we can it leave at FramWork 1.1. Does Microsoft Visual Studio 2005 and...
5
3937
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 in Visual Studio 2005, I could not find csc.exe. Any tip?? Thanks
18
9130
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 page "How to: Connect to Data in an Access Database"
2
2010
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 table, how can I line them up .. is there feature in VS?
0
1134
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 2005. BUT we does FACING problems when try to migrate/convert from existing Visual Studio 2002 source to Visual Studio 2005 source. We does using existing convertion tools which Visual Studio 2005 provided. But encounter many problem. Any One...
1
4780
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 gets called correctly during execution. So far, so good. During execution of the DLL, a call to the ATL/MFC shared library method CImage::Create returns FALSE. So I tried to set a breakpoint before the call. When not executing, Visual Studio...
0
8471
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8592
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8661
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6216
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4213
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4393
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2802
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2044
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.