Configuring and dynamically loading business rules via app.config

W

Water Cooler v2

So, my WinForms app (exe) references an assembly that runs in the same
process (it is a dll).

I want to be attach a second dll to the process without recompiling
the WinForms client, just by x-copy deploying the new dll into the bin
folder where the WinForms exe resides, and by adding a new entry in
the app.config of the WinForms exe telling it to load the new dll.

Is that possible in .NET v1.1/2.0? How?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top