Please find attached error messages that a vendor was getting while updating a .NET application. This is the Odyssey application from Tyler Technologies. They specialize in Judicial applications amongst other things. They claimed that the following article from Microsoft (http://social.technet.microsoft.com/Forums/sharepoint/en-US/d3c767c2-8079-46cc-8fd4-fd5ca2fef04e/clr-shutting-down-while-execute-stsadm-command?forum=sharepointadminlegacy) led them to remove dynaTrace. When they removed dynaTrace, the Odyssey install was successful.
Please let me know if you have ever come across these errors and what you did to remedy the situation.
Answer by Andreas G. ·
Hi. Our .NET Agent generates some console log output by default. It seems that this application is considering any output to the console as error. The output in general however doesnt indicate a problem with dynaTrace at all - it simply says that our agent should actually not be active.
There is an option to disable console log output. The best is to set the system wide environment variable DT_LOGLEVELCON to off. This should prevent this console logoutput that will cause the application to fail. For more options check .NET Agent Configuration
JANUARY 15, 3:00 PM GMT / 10:00 AM ET