473,321 Members | 1,748 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,321 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 1447
"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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.