Does not totally fit it. Still, here is our scenario:

* We have one outer class, derived from an abstract base class. NO
commin interface etc. with the contained stuff.

* The outer class contains a ton of stubs.

* For every stub there is a separate class that contains a derived
class.

* There are inheritance hierarchies. Such as:

Astub
Derived: A
Derived: Bstub
Derived: B

The main problem is - it looks like I have to reorder the order in which
the inner stuff is compiled. Problem: NOT POSSIBLE. A, B are classes in
the solution - I have no idea on in which order VS.NET compiles them. No
way to manipulate this.

I CAN reorder the stubs. Right now, the Outer class MAY look:

OuterClass
- Bstub
- Astub

And I can definitly reorder this to be

OuterClass
- Astub
- Bstub

But would this solve anything? I will try.

Thomas

> 
> -----Original Message-----
> From: Moderated discussion of advanced .NET topics. 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> [EMAIL PROTECTED]
> Sent: Donnerstag, 17. Juli 2003 20:06
> To: [EMAIL PROTECTED]
> 
> Check out this message over at Workstate:
> 
> http://www.workstate.com/en/weblogs/joe/PermaLink.aspx?guid=87
> f6bbcf-943
> e-4f1e-aab9-4fc4b21e0428
> 
> 
> 
> Justin E. Pitts
> Technical Consultant
> Data and Application Integration Services Big Lots - World's 
> Best Bargain Place!
> 
> 

Reply via email to