473,811 Members | 2,970 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

stop solution.build

Hi,

I'm using the Solution.Build( bool) fonction to build a VB.net solution in
my C# solution.
And Sometimes the Build don't finnish. I've make a fonction which wait
during x minutes and If the build is not finnish or if it didn't start
(vsBuildState.v sBuildStateNotS tarted) I want to stop it. But I didn't find
anyway to do it.
I've make a thread to execute the build and I've try the fonction
thread.abort(); to stop the build but it don't work.

Is there anyway to do it?

Thanks,

Bertrand
Jul 21 '05 #1
0 1229

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

Similar topics

1
2006
by: Neil | last post by:
Hello, I'm new to C++ coding. I'm trying to use MSVC6 on winxp. I find that the "stop build" doesn't work and i have to ctrl + alt + delete to get out of the programme. Is there a solution or some thing obvious I've missed? Cheers.
0
761
by: Rudy Ray Moore | last post by:
Sometimes I use CTRL-BREAK to stop a build. In VS6 this worked great. In VS7.1/c++/.net/2003 this doesn't always work so great. Sometimes after I stop the build, something still thinks the build is going. I know this because when I right-click one of my .cpp files in the "Solution Explorer" the "Compile..." menu entry is disabled. How can I prevent this from happening?
0
987
by: Bertrand | last post by:
Hi, I'm using the Solution.Build(bool) fonction to build a VB.net solution in my C# solution. And Sometimes the Build don't finnish. I've make a fonction which wait during x minutes and If the build is not finnish or if it didn't start (vsBuildState.vsBuildStateNotStarted) I want to stop it. But I didn't find anyway to do it. I've make a thread to execute the build and I've try the fonction thread.abort(); to stop the build but it...
0
264
by: Bertrand | last post by:
Hi, I'm using the Solution.Build(bool) fonction to build a VB.net solution in my C# solution. And Sometimes the Build don't finnish. I've make a fonction which wait during x minutes and If the build is not finnish or if it didn't start (vsBuildState.vsBuildStateNotStarted) I want to stop it. But I didn't find anyway to do it. I've make a thread to execute the build and I've try the fonction thread.abort(); to stop the build but it...
0
1379
by: Ubergeek | last post by:
I noticed this bug ever since I installed VC7.1 on the same machine as VC6. Sometimes when I am working with VC6, when I do a build, after the build finishes, the various menu items/toolbars remain disabled and I cant do another build - or even quit VC. Everytime I try to quit, I am informed that I cannot Exit whilst a build is in progress, and that I have stop the build first. As I said before, the stop build button has no effect. Has...
6
15745
by: M Craig | last post by:
I'm trying to write a custom installation engine to plug into our existing build system. Some things I'm trying to do are, Create/Delete/Start/Stop Application Pools, Web Sites, and Virtual Directories. At this point I'd be happy if someone can provide a sample of how to Stop an application pool. Or point me in the right direction. Thanks!
1
2735
by: AlexZh | last post by:
Hi, I'd like to stop command line build by one project build failed. To do that I've created simple AddIn (see code below), that works fine for IDE and does not work for command line. In the AddIn I have only two non-trivial methods: In OnConnection I add my event handler to OnBuildProjConfigDone, and in the event handler I executed Build.Cancel. In IDE - no problem. When I execute I see that AddIn works and Build.Cancel is called but...
1
1432
by: jehugaleahsa | last post by:
Hello: I have an assembly from Novell. Everytime I build the library that depends on it, Windows blocks the assembly. I have to manually go out to the location of the assembly, go to its properties and click "Unblock". I have never had to do that for any other assembly before.
1
1523
by: Krip | last post by:
(Sorry if this is a repeat but I don't see that my original post on 21 Aug made it!) I've got an ASP.NET website project in my Solution, in Visual Studio 2008. I'm using TFS 2008 to build the Solution. The website is getting precompiled (no .cs files). What / where do I make changes to stop the site from getting precompiled during build? I suppose it's using MSBUILD, and I've already made manual tweaks the build project file to deploy...
0
9734
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
9607
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,...
0
10652
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
10395
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
9211
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
7673
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
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4346
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
3
3026
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.