Re: [U2] PCHealth errors from UO.NET
Still hoping UO.NET user/developers will check to see if they are logging to see if anyone else has these UO.NET logs. The site has a connection pooling license but pooling isn't activated in this application. Good recommendation on system.diagnostics/switches. I'll see if we can try it. Tweaks to web.config in a live site are avoided at all cost, and the possible performance hit of using tracing could also be an issue, but we gotta do what we gotta do. ..NET Reflector won't help in this case. The error doesn't seem to occur frequently. As a poster child for the "Clear Message Initiative", the text file doesn't provide any indication of the method or line (source/IL) in UO.NET where failure occurred, nor of the method in the client code which invoked UO.NET functionality. Thanks for nothing, Microsoft. But sincere thanks to you, Symeon! :) T > From: Symeon Breen > Are you using pooling ? > I have had problems because pooling uses > performancecounters and these can get corrupted in the > registry and have to be reset, the process also needs > permissions to access that part of the registry > > Also there is a configuration you can do to enable > logging within uniobjects > > [snip] > Or dare i suggest .Net Reflector ;) ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
Re: [U2] PCHealth errors from UO.NET
Are you using pooling ? I have had problems because pooling uses performancecounters and these can get corrupted in the registry and have to be reset, the process also needs permissions to access that part of the registry Also there is a configuration you can do to enable logging within uniobjects http://Twitter.com/TonyGravagno ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users _ No virus found in this message. Checked by AVG - www.avg.com Version: 10.0.1204 / Virus Database: 1435/3447 - Release Date: 02/16/11 ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users
[U2] PCHealth errors from UO.NET
Prelude On a Windows system, look under the docs and settings path: \Local Settings\Application Data\PCHealth\ErrorRep\QSignoff You may find pairs of .txt and .cab files. These are created when a program aborts, the .txt file provides some information about the process and the .cab (or zip) files get sent to Microsoft for analysis. The logs are only generated if reporting is enabled on your system: Right click on My Computer and open Properties. Go to the Advanced tab and click the Error Reporting button. Select "Enable error reporting". To the issue... I have a client that once in a while gets dumps indicating that UO.NET has thrown an unhandled System.Exception. In the .txt file, there is not enough information to diagnose what it was doing at the time. The application using uodotnet.dll v2.1.1.7211 has try/catch handling around every related operation. Nonetheless the exception is being thrown within UO.NET itself and creating these dumps. As a general question: For anyone who has PCHealth turned on, do you have any UO.NET-related dumps for PCHealth? For Rocket people, is there a debug-enabled version of build 7211 (or later) which we can use to find out what's happening in there so that this can be fixed? Thanks! Tony Gravagno Nebula Research and Development TG@ remove.pleaseNebula-RnD.com Nebula R&D sells mv.NET and other Pick/MultiValue products worldwide, and provides related development services remove.pleaseNebula-RnD.com/blog Visit PickWiki.com! Contribute! http://Twitter.com/TonyGravagno ___ U2-Users mailing list U2-Users@listserver.u2ug.org http://listserver.u2ug.org/mailman/listinfo/u2-users