473,671 Members | 2,557 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Is successful build a pre-requisite for reaching breakpoint?

Is "successful build of project (asp.net20 C# website VWDExpress)" a
pre-requisite or necessary condition to reach a breakpoint?

I am asking this this question because the page loads up in the browser and
the statement is successfully executed without ever hitting the set
breakpoint. I see error list for another pages which are not currently
opened.

The web.config file for the project already has <compilation debug="true"/>

What is wrong? Any help or suggestion to read in this regard will be a
great help. I am stuck.

web_learner
Apr 18 '06 #1
5 1119
jd
Did you go to the Debug menu and choose "Start Debugging"?

Apr 18 '06 #2
Yes !

"jd" <ch******@gmail .com> wrote in message
news:11******** **************@ z34g2000cwc.goo glegroups.com.. .
Did you go to the Debug menu and choose "Start Debugging"?

Apr 18 '06 #3
Is this in Visual Studio? If you have compile errors, the browser won't
launch

Jeff
"Web learner" <be******@learn ing.edu> wrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Is "successful build of project (asp.net20 C# website VWDExpress)" a
pre-requisite or necessary condition to reach a breakpoint?

I am asking this this question because the page loads up in the browser
and the statement is successfully executed without ever hitting the set
breakpoint. I see error list for another pages which are not currently
opened.

The web.config file for the project already has <compilation
debug="true"/>

What is wrong? Any help or suggestion to read in this regard will be a
great help. I am stuck.

web_learner

Apr 18 '06 #4
This is in Visual Web Developer Express 2005, which I believe is a subset of
Visual Studio 2005.

There are no compile errors in the Page I want to debug. The browser does
launch and executes the statement without any care for the set breakpoint.
"Jeff Dillon" <je********@hot mail.com> wrote in message
news:On******** ******@TK2MSFTN GP05.phx.gbl...
Is this in Visual Studio? If you have compile errors, the browser won't
launch
"Web learner" <be******@learn ing.edu> wrote in message
Is "successful build of project (asp.net20 C# website VWDExpress)" a
pre-requisite or necessary condition to reach a breakpoint?

I am asking this this question because the page loads up in the browser
and the statement is successfully executed without ever hitting the set
breakpoint. I see error list for another pages which are not currently
opened.

The web.config file for the project already has <compilation
debug="true"/>

What is wrong? Any help or suggestion to read in this regard will be a
great help. I am stuck.

Apr 18 '06 #5
jd
Check the port address on the ASP.NET Development server (you should be
able to see it in your system tray) and make sure that it matches the
port number in your browser.

Apr 18 '06 #6

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

Similar topics

0
499
by: Rachel Michelson | last post by:
Hello, I have a C++ project that is built using Visual Studio .NET. The source code is configuration-managed in Clearcase so that I build out of a Snapshot view on my Windows XP PC. I am able to check files in/out from the Visual Studio. When building my project, I would like to generate a build log that contains clearcase version-extended pathnames to the source files , as in file.c@@/main/3. This way I know exactly what version of...
4
2471
by: carrot | last post by:
With .Net Studio, I have a solution includes some projects. I want to execute a batch file during build solution time. For example, 1'st project is builded. 2'nd project is builded. " a batch file is executed." 3'rd project is builded.
1
1190
by: Claire | last post by:
Hi, sorry I'm not sure if Im posting this to the correct group. I need to include a couple of external applications to be copied to my bin/debug folders at the same time as my solution is built. I'm not sure if/how I can do this in vs .net 2003. These are older win 32 3rd party applications that install firmware onto embedded handhelds. I run them from my .net application when a user clicks a button. I'd rather not do this manually but...
0
1966
by: George Harig | last post by:
While building my deployment project I receive the following error Unable to build folder named "FOLDER_NAME". My projects compiles fine, the deployment project dose not. Are there any rules stating that you can not have a folder name repeated, even if a duplicate name folder is in a diffrent sub directory? e.g.
0
1190
by: greg | last post by:
I created deployment project for my web application (to install on the same computer so I dont need to add runtime) Added project output AND content files would not build content files!!!!!!!!!!!!!!!!!!!!! I did the same thing with other projects it worked!!! Here is the output window ++++++++++++++++++++++++++++++++++++++++++++++ ------ Build started: Project: sbuilder, Configuration: Debug .NET ------
6
1700
by: Dmitry Duginov | last post by:
My web application uses resource files to keep localized strings etc. Those resource files prepared by external console program, which extracts this stuff from the database. Is there a way to invoke that program automatically after I hit build (rebuild) button in Visual Studio, before VSS actually trying to build the solution? I'm working with Whidbey beta 2.
0
1390
by: Michi Henning | last post by:
Hi, I am generating VB source code with a compiler that processes interface descriptions. I'd like to add something to the VB.NET project for the a program that automatically calls the compiler before every build. In C++ and C#, that's not a problem: with VC++, I can directly add the dependencies on the interface description files to the project, together with a custom-build
1
2323
by: Arthur Dent | last post by:
Hello all, ... question for those who've been playing with the 2005 pre-releases: Does VB.NET have pre & post-build events in 2005 by any chance? This would be such a a great improvement. Thanks in advance, - Arthur Dent.
2
2010
by: Steve Amey | last post by:
Hi all Is it possible to copy certain files from the bin directory for a project into another directory after a successful build using a VB.NET project? My project compiles a dll and also copies a referenced file into the bin folder, I want these 2 files going into a folder somewhere else, and I can't be bothered manually copying the files all the time :o) Regards,
0
1573
by: uncensored | last post by:
Hi, Sort of new with the whole treeview control and I was wondering is there a way to build a treeview menu using my SQL data I pull from a database instead of having to hard code it into the webpage. Pasted below is my current code but what I would like to do is instead make a table in SQL that data can be added or modified to and have it generate the menu according to the data instead. Thanks for the help, Mike <mytree:treeview...
0
8483
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
8927
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8825
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8676
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...
0
7445
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6237
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
4416
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2819
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
2062
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.