• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Configuration specific to a .NET assembly (dll)

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Configuration specific to a .NET assembly (dll)

    Bother.

    I have a .NET application. It configures all it's tracing in the app.config via system.diagnostics in the root exe.config. In practice therefore I don't have the faintest idea how the tracing is actually configured, what listenrs its using etc.

    So, heres the problem. I am exposing a com interface to the main assembly used by the .NET exe. Bit of mangling here and there and it's done.

    Except of course the tracing is completely broken, since nothing processes the app.config.

    Any bright ideas? It's .NET 2.0

Working...
X