Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

3 Tier Question...

Ok,

I have my middle object with all my classes that I use. My issue is this, everytime I make a change in the middle object and rebuild, the front end errors. I have to remove the reference to the middle and add it back in. How do I correct this issue / what am I doing wrong?

Once I remove and then add the reference back in it works fine.

Thanks.

jb
[392 byte] By [jcb1269] at [2007-11-11 10:05:40]
# 1 Re: 3 Tier Question...
I would probably create a Visual Studio Solution which includes all the Projects (UI, middle tier, data tier, etc.) Add a reference in the UI Project to the middle tier Project, rather than to the compiled assembly.
Phil Weber at 2007-11-11 20:48:30 >
# 2 Re: 3 Tier Question...
Will I have to do the same for all new projects? The same middle tier will be added to many different projects?
jcb1269 at 2007-11-11 20:49:37 >