hi there,
I've tried to disable a certain dll Assert thru config files as follows:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.diagnostics>
<assert assertuienabled="false" logfilename=".\TraceLog.txt"/>
</system.diagnostics>
</configuration>
when I use it on the Exe that calls the dll it works fine,
when I try to narrow it down to the dll (renaming the config file)
it seems the config file doesn't matter.
I'm not looking for a progrematic way to do it , how can I enable it to
take the dll's config and enable it for the dll itself.
thnx,
yosi
You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.