473,396 Members | 2,034 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.

rebuild solution automaticly each time im running the solution in the ide

i have solution of window application and assemblies ,
i alway forget to rebuild the solotion after i change the code in the
assemblies.

is there way to tell the ide, to rebuild soloution each time im running the
soloution in the ide ?
Jul 21 '05 #1
1 1449
"Daylor" <Da****@netvision.net.il> wrote in
news:bk**********@news2.netvision.net.il:
i have solution of window application and assemblies ,
i alway forget to rebuild the solotion after i change the code in the
assemblies.

is there way to tell the ide, to rebuild soloution each time im
running the soloution in the ide ?


I thought I had an answer for you. I was going to suggest creating a
macro and then assigning the macro to a toolbar button, but I hit a snag
when creating the macro. Here is the macro I added to the
MyMacros.Module1:

Sub BuildStart()
Application.ExecuteCommand("Build.BuildSolution")
Application.ExecuteCommand("Debug.Start")
End Sub

But it appears that the Debug.Start command attempts to run before the
BuildSolution command is complete. It gives me an msgbox that says
"Debug.Start command not available".

I tried adding a sleep between the two commands, but then the
BuildSolution command did not execute until AFTER the sleep interval had
passed.

I thought I'd post in case someone else had any ideas.

Chris
Jul 21 '05 #2

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

Similar topics

1
by: Peter Stojkovic | last post by:
I have a Solution with 3 projects all in VB. If I make Changes in project A in one file, and say run, than the compiler finds always errors in a other forms, that should be correct. After a...
3
by: Ant | last post by:
Hello, Why is there a choice between build Solution & Rebuild Solution in the IDE. what is the difference? When would you use one over the other? Many thanks for your thoughts Ant.
1
by: Wilfried Mestdagh | last post by:
Hi, I'm using C#2005 beta. In menu I find 'build solution' and also 'rebuild solution'. Can someone tell me the difference ? Because if you click again on 'build' then you do a rebuild not ? ...
8
by: Bennett Haselton | last post by:
If I create a new C# Web Project in Visual Studio and add this to the Page_Load method for WebForm1: Response.Write("firsttime"); then hitting F5 to debug the project of course shows the...
2
by: | last post by:
I have not been able to see any difference between what happens when I use Build>Build Solution or Build>ReBuild Solution. Is there any reason to use one or the other at any time? Thanx......joisey
1
by: Daylor | last post by:
i have solution of window application and assemblies , i alway forget to rebuild the solotion after i change the code in the assemblies. is there way to tell the ide, to rebuild soloution each...
1
by: mac | last post by:
I just put C# express editiion on my son's computer so he can learn how to code, and we've run into a weird problem. Whenever he makes a change to his code and hits F6 (build) the IDE reports...
4
by: RAM | last post by:
Hello, I am learning .NET 2.0, Visual ... 2005 Express Edition. Could you explain me please the difference betwen Build and Rebuild commands? Thank you. /RAM/
1
by: =?Utf-8?B?QWxwaGFwYWdl?= | last post by:
Hello, I have built an object which does some jobs on a particular server. There can have lots of this object running concurrently. I want to know what is the best way to optimize my...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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...
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
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...
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.