Re: Looking for suggestions
Re: Looking for suggestions
One exe that references multiple assemblies
Re: Looking for suggestions
I'd go with the modular approach to this as well.
-tg
Re: Looking for suggestions
Thanks for the replies. Excuse my ignorance but could you clarify what you mean by referencing multiple assemblies?
Re: Looking for suggestions
He means, create one class for each functionality (Accounts Payable, Accounts Receivable, G/L, etc) .
The class would get compiled to a separate DLL files.
That's what I understood.