Configuration for a DLL?

  • Thread starter Thread starter Hahnl Josef
  • Start date Start date
H

Hahnl Josef

What is your suggestion to deal best with .Net 2.0 configuration for a DLL
assembly (outside every application)?
The DLL should handle the configuration itself.

Thanks for your effort!
 
Hahnl Josef said:
What is your suggestion to deal best with .Net 2.0 configuration for a DLL
assembly (outside every application)?
The DLL should handle the configuration itself.

Thanks for your effort!


If you derive from ApplicationSettingsBase your dll can load and save app
settings at the user level. Your DLL components can also derive the
IPersistComponentSettings interface.

Usually, however, I let the application decide how to configure the DLL
properties and document the configuration available.

--
Doug Semler, MCPD
a.a. #705, BAAWA. EAC Guardian of the Horn of the IPU (pbuhh).
The answer is 42; DNRC o-
Gur Hfrarg unf orpbzr fb shyy bs penc gurfr qnlf, abbar rira
erpbtavmrf fvzcyr guvatf yvxr ebg13 nalzber. Fnq, vfa'g vg?
 

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

Back
Top