473,395 Members | 1,629 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,395 software developers and data experts.

Solution rebuilding issues VS2005

Is there any reason that VS 2005 only selects some project to rebuild when I
hit the "run debugger" (F5)?

We have a solution with 12 projects in it, and I'm debugging one of them
right now. I change some code, hit F5 and get the following error message:

"Source file: <mypath>\<myform>.vb
Module:
Process:

The source file is different from when the module was built. Would you like
the debugger to use it anyway?"

I'd like the solution to be rebuilt whenever I hit F5 and thought that this
was the default option, is it not? And if not, what do I need to change so
that it is?

Thanks in advance,

Andy
Jan 4 '06 #1
4 3690
Hi,

In the tools menu select options. Expand projects and solutions and
select build and run. In the on run when projects are out of date change
the value to always build.

Ken
--------------------
"Andrew Kidd" <an****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Is there any reason that VS 2005 only selects some project to rebuild when
I hit the "run debugger" (F5)?

We have a solution with 12 projects in it, and I'm debugging one of them
right now. I change some code, hit F5 and get the following error message:

"Source file: <mypath>\<myform>.vb
Module:
Process:

The source file is different from when the module was built. Would you
like the debugger to use it anyway?"

I'd like the solution to be rebuilt whenever I hit F5 and thought that
this was the default option, is it not? And if not, what do I need to
change so that it is?

Thanks in advance,

Andy

Jan 4 '06 #2
Hi Ken,

Thanks for the reply.

I've just looked and that option is already selected, however, in the
checkbox immediately above it (Only build startup project and dependencies
on Run) this is checked - should it be?

Cheers,

Andy
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uv*************@tk2msftngp13.phx.gbl...
Hi,

In the tools menu select options. Expand projects and solutions
and select build and run. In the on run when projects are out of date
change the value to always build.

Ken
--------------------
"Andrew Kidd" <an****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Is there any reason that VS 2005 only selects some project to rebuild
when I hit the "run debugger" (F5)?

We have a solution with 12 projects in it, and I'm debugging one of them
right now. I change some code, hit F5 and get the following error
message:

"Source file: <mypath>\<myform>.vb
Module:
Process:

The source file is different from when the module was built. Would you
like the debugger to use it anyway?"

I'd like the solution to be rebuilt whenever I hit F5 and thought that
this was the default option, is it not? And if not, what do I need to
change so that it is?

Thanks in advance,

Andy


Jan 4 '06 #3
Hi,

I do not have that checked.

Ken
----------------
"Andrew Kidd" <an****@nospam.com> wrote in message
news:uY**************@TK2MSFTNGP12.phx.gbl...
Hi Ken,

Thanks for the reply.

I've just looked and that option is already selected, however, in the
checkbox immediately above it (Only build startup project and dependencies
on Run) this is checked - should it be?

Cheers,

Andy
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uv*************@tk2msftngp13.phx.gbl...
Hi,

In the tools menu select options. Expand projects and solutions
and select build and run. In the on run when projects are out of date
change the value to always build.

Ken
--------------------
"Andrew Kidd" <an****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Is there any reason that VS 2005 only selects some project to rebuild
when I hit the "run debugger" (F5)?

We have a solution with 12 projects in it, and I'm debugging one of them
right now. I change some code, hit F5 and get the following error
message:

"Source file: <mypath>\<myform>.vb
Module:
Process:

The source file is different from when the module was built. Would you
like the debugger to use it anyway?"

I'd like the solution to be rebuilt whenever I hit F5 and thought that
this was the default option, is it not? And if not, what do I need to
change so that it is?

Thanks in advance,

Andy



Jan 5 '06 #4
Hi Ken,

That didn't fix the problem. Any other suggestions?

Thanks in advance,

Andy
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
Hi,

I do not have that checked.

Ken
----------------
"Andrew Kidd" <an****@nospam.com> wrote in message
news:uY**************@TK2MSFTNGP12.phx.gbl...
Hi Ken,

Thanks for the reply.

I've just looked and that option is already selected, however, in the
checkbox immediately above it (Only build startup project and
dependencies on Run) this is checked - should it be?

Cheers,

Andy
"Ken Tucker [MVP]" <vb***@bellsouth.net> wrote in message
news:uv*************@tk2msftngp13.phx.gbl...
Hi,

In the tools menu select options. Expand projects and solutions
and select build and run. In the on run when projects are out of date
change the value to always build.

Ken
--------------------
"Andrew Kidd" <an****@nospam.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Is there any reason that VS 2005 only selects some project to rebuild
when I hit the "run debugger" (F5)?

We have a solution with 12 projects in it, and I'm debugging one of
them right now. I change some code, hit F5 and get the following error
message:

"Source file: <mypath>\<myform>.vb
Module:
Process:

The source file is different from when the module was built. Would you
like the debugger to use it anyway?"

I'd like the solution to be rebuilt whenever I hit F5 and thought that
this was the default option, is it not? And if not, what do I need to
change so that it is?

Thanks in advance,

Andy



Jan 11 '06 #5

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

Similar topics

3
by: Coleen | last post by:
Hi All :-) No one has posted with any suggestions on how to get a grand total or computed column value back into a usable variable to perform percentage calculation on the same column you are...
1
by: Ravi Chaudhary | last post by:
Hi, We are using VS.Net 2003 and coding in VB.net. The solution has 38 projects; most of the projects in the solution reference other projects (without any circular references) and all the...
18
by: JohnR | last post by:
From reading the documentation, this should be a relatively easy thing. I have an arraylist of custom class instances which I want to search with an"indexof" where I'm passing an instance if the...
5
by: kai | last post by:
Hi, I use XP Pro and VS2005. I find when I create a new Website, I only see the Project node not Solution. After I add sedcond project under the solution tree, then I see the solution node. How...
3
by: musosdev | last post by:
Hi guys Okay, I've setup my projects to open and compile fine in VS2005 using FPSE and remote web, but it's *really* slow. So I thought I'd have a go at doing it the normal way, by loading from...
2
by: WoodenSWord | last post by:
Hello i would like to share with you my adventure!!! IIS could not load aspx or asmx pages by NO Means! I reinstalled/unistalled/installed IIS .NET FRAMEWORK 1.1 & 2 , Vs2005 ,Sql server 2005...
15
by: Charles Law | last post by:
In the build output appears ========== Rebuild All: 1 succeeded, 1 failed, 0 skipped ========== However, the compiler does not generate any errors, and the Errors list is empty. This is an...
8
by: Dave | last post by:
Does anyone have any idea why my 2005 solution is choosing to rebuild, everytime i execute any project within its space? There's nothing overly strange with the project assemblies within, a few...
4
by: =?Utf-8?B?c2lwcHl1Y29ubg==?= | last post by:
Hi I am converting a VS2005 Solution to VS2008 Solution and all went well I checked the Solution file (sln) and Project file (csproj) into SVN - I checkout the solution from SVN and it want to ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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,...
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
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...

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.