I have an implementation of ITraceWriter that I am using. It works in DEBUG mode, but not when deployed in RELEASE mode.
Is this by design? How do I get around this?
Comments: This can be closed. I discovered that in my implementation, i had an exception in my WriteTrace method implementation that only manifested when deployed remotely.
Is this by design? How do I get around this?
Comments: This can be closed. I discovered that in my implementation, i had an exception in my WriteTrace method implementation that only manifested when deployed remotely.