473,396 Members | 1,683 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.

BUG: build order incorrect after pressing OK.

Hi,

i have a solution with 4 projects

sdk, control1, control2 and controls

the sdk is the base
control1 uses the sdk
control2 uses the sdk
controls uses the sdk,control1 and control2

i now have set the build order as mentioned in the help. Start with the
highest (controls) and set the project dependencies of it. Next take the
next highest (control2) and so on...

But when i have done all and clicked on the OK button and reopen the build
order it looks like this:

sdk
control1
controls
control2

it should have been:
sdk
control1
control2
controls

the checkbox for controls depends on item control2 is disabled???????

It looks like when you have 2 projects that are at the same level (control1,
control2) and are used inside a higher level (controls) the builder is doing
something wrong.

It it my fault, or is there a bug inside?
Nov 20 '05 #1
6 1140
"Willie wjb" <wj****@nomail.nl> schrieb
Hi,

i have a solution with 4 projects

sdk, control1, control2 and controls

the sdk is the base
control1 uses the sdk
control2 uses the sdk
controls uses the sdk,control1 and control2

i now have set the build order as mentioned in the help. Start with
the highest (controls) and set the project dependencies of it. Next
take the next highest (control2) and so on...

But when i have done all and clicked on the OK button and reopen the
build order it looks like this:

sdk
control1
controls
control2

it should have been:
sdk
control1
control2
controls

the checkbox for controls depends on item control2 is
disabled???????

It looks like when you have 2 projects that are at the same level
(control1, control2) and are used inside a higher level (controls)
the builder is doing something wrong.

It it my fault, or is there a bug inside?


If controls and controls2 don't depend on the other (in no direction), the
order of building both doesn't matter.

Which project references which one? The references should already determine
the order, so setting it manually is usually not necessary.
--
Armin

Nov 20 '05 #2
i created the sdk.dll in a specific directory.
the control1,control2 uses this sdk.dll as reference
the controls references control1 and control 2

besides that to use some functionality inside the controls, it has a link to
the sdk.dll in the control1\bin directory.
could this be the problem??? Should i refer always to the base directory
from the component..

thanks.

Willie Jan.
"Armin Zingler" <az*******@freenet.de> wrote in message
news:#9*************@TK2MSFTNGP11.phx.gbl...
"Willie wjb" <wj****@nomail.nl> schrieb
Hi,

i have a solution with 4 projects

sdk, control1, control2 and controls

the sdk is the base
control1 uses the sdk
control2 uses the sdk
controls uses the sdk,control1 and control2

i now have set the build order as mentioned in the help. Start with
the highest (controls) and set the project dependencies of it. Next
take the next highest (control2) and so on...

But when i have done all and clicked on the OK button and reopen the
build order it looks like this:

sdk
control1
controls
control2

it should have been:
sdk
control1
control2
controls

the checkbox for controls depends on item control2 is
disabled???????

It looks like when you have 2 projects that are at the same level
(control1, control2) and are used inside a higher level (controls)
the builder is doing something wrong.

It it my fault, or is there a bug inside?
If controls and controls2 don't depend on the other (in no direction), the
order of building both doesn't matter.

Which project references which one? The references should already

determine the order, so setting it manually is usually not necessary.
--
Armin

Nov 20 '05 #3
i tried it to reference to the base, but this also not worked.

"Willie wjb" <wj****@nomail.nl> wrote in message
news:Oy**************@TK2MSFTNGP12.phx.gbl...
i created the sdk.dll in a specific directory.
the control1,control2 uses this sdk.dll as reference
the controls references control1 and control 2

besides that to use some functionality inside the controls, it has a link to the sdk.dll in the control1\bin directory.
could this be the problem??? Should i refer always to the base directory
from the component..

thanks.

Willie Jan.
"Armin Zingler" <az*******@freenet.de> wrote in message
news:#9*************@TK2MSFTNGP11.phx.gbl...
"Willie wjb" <wj****@nomail.nl> schrieb
Hi,

i have a solution with 4 projects

sdk, control1, control2 and controls

the sdk is the base
control1 uses the sdk
control2 uses the sdk
controls uses the sdk,control1 and control2

i now have set the build order as mentioned in the help. Start with
the highest (controls) and set the project dependencies of it. Next
take the next highest (control2) and so on...

But when i have done all and clicked on the OK button and reopen the
build order it looks like this:

sdk
control1
controls
control2

it should have been:
sdk
control1
control2
controls

the checkbox for controls depends on item control2 is
disabled???????

It looks like when you have 2 projects that are at the same level
(control1, control2) and are used inside a higher level (controls)
the builder is doing something wrong.

It it my fault, or is there a bug inside?


If controls and controls2 don't depend on the other (in no direction), the order of building both doesn't matter.

Which project references which one? The references should already

determine
the order, so setting it manually is usually not necessary.
--
Armin


Nov 20 '05 #4
"Willie wjb" <wj****@nomail.nl> schrieb
i created the sdk.dll in a specific directory.
the control1,control2 uses this sdk.dll as reference
the controls references control1 and control 2
Ok, as controls references control2, control2 has to be build before
controls. I'm afraid, I have no clue why the IDE behaves like it does.
besides that to use some functionality inside the controls, it has a
link to the sdk.dll in the control1\bin directory.
could this be the problem??? Should i refer always to the base
directory from the component..


I always refer to the base directory of the component, but I can not say
whether referencing control1\bin\sdk.dll causes the problem. Have you
already tried to reference sdk\bin\sdk.dll instead?
--
Armin

Nov 20 '05 #5
could this be a bug?

because during the change proces in the form, the build order looks fine,
when pressing ok and comming back it's changed!

"Armin Zingler" <az*******@freenet.de> wrote in message
news:ud**************@TK2MSFTNGP09.phx.gbl...
"Willie wjb" <wj****@nomail.nl> schrieb
i created the sdk.dll in a specific directory.
the control1,control2 uses this sdk.dll as reference
the controls references control1 and control 2


Ok, as controls references control2, control2 has to be build before
controls. I'm afraid, I have no clue why the IDE behaves like it does.
besides that to use some functionality inside the controls, it has a
link to the sdk.dll in the control1\bin directory.
could this be the problem??? Should i refer always to the base
directory from the component..


I always refer to the base directory of the component, but I can not say
whether referencing control1\bin\sdk.dll causes the problem. Have you
already tried to reference sdk\bin\sdk.dll instead?
--
Armin

Nov 20 '05 #6
"Willie wjb" <wj****@nomail.nl> schrieb
could this be a bug?

because during the change proces in the form, the build order looks
fine, when pressing ok and comming back it's changed!


I'd probably need some "steps to reproduce" to find an answer. I'm afraid,
currently I don't have one.
--
Armin

Nov 20 '05 #7

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

Similar topics

7
by: robert | last post by:
running 8.1.7 server, 8.1.6 client. i *thought* inner join should not return nulls, but not only that, but i get way more rows than i'm expecting. assume: order table: order_number
0
by: Darryl Kerkeslager | last post by:
Access 2002 on Win98 at least, not tested elsewhere: Bug: The ListCount property of an unbound listbox may be incorrect if you use column heads. Model: Set up a simple database with two...
3
by: Georges Heinesch | last post by:
Hi. This could (!) be a bug in Access 2002. Please confirm. With the Me.NewRecord method, I fill some controls of a form with predefined values. One of these controls is a combobox. When I...
16
by: Edward Diener | last post by:
After spending more than a day reducing a complicated compiler bug to a simple case I reported it to the MSDN Product Feedback Center as a bug just now. However this bug is completely stymying my...
8
by: Terry | last post by:
I have noiticed a change in behavior between VB6 and VB.Net (2003 and 2005) that I don't find documented anywhere. It has to do with 'causesvalidation' and the button on the Form defined to be the...
16
by: marc_r_bertrand | last post by:
To all asp/db pros: The quiz code below works. But there is a problem when too many questions are answered (radio buttons clicked). I am not an asp pro. So, is there a pro out there or an...
27
by: Frederick Gotham | last post by:
I thought it might be interesting to share experiences of tracking down a subtle or mysterious bug. I myself haven't much experience with tracking down bugs, but there's one in particular which...
8
by: gerry | last post by:
The PagerSettings.Visible property is not being handled properly by the GridView control. The value assigned to this property is not applied until after a postback. Simplest test : .aspx...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 349 open ( +7) / 3737 closed (+25) / 4086 total (+32) Bugs : 939 open (-12) / 6648 closed (+60) / 7587 total (+48) RFE : 249 open...
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: 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
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
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
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...
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.