Re: [ADVANCED-DOTNET] disabling Assert only to a specific DLL

2002-12-22 Thread Mike Woodring (DevelopMentor)
The current version of the runtime doesn't support per-dll configuration files, which is why you're being ignored. The runtime only supports per-exe configuration files whose settings influence all assemblies running in the given application; not just the exe. -Mike http://staff.develop.com/woodr

[ADVANCED-DOTNET] disabling Assert only to a specific DLL

2002-12-22 Thread Yosi Taguri
hi there, I've tried to disable a certain dll Assert thru config files as follows: 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 p