c# Programming Glossary: diagnostic
Test to see if an image exists in C# http://stackoverflow.com/questions/192085/test-to-see-if-an-image-exists-in-c-sharp to see if an image exists in C# I am writing a diagnostic page for SiteScope and one area we need to test is if the connection..
Tips / techniques for high-performance C# server sockets http://stackoverflow.com/questions/319732/tips-techniques-for-high-performance-c-sharp-server-sockets resources would be greatly appreciated. If anyone has any diagnostic or debugging tips for figuring out exactly what is going wrong..
How to determine whether a DLL is a managed assembly or native (prevent loading a native dll)? http://stackoverflow.com/questions/367761/how-to-determine-whether-a-dll-is-a-managed-assembly-or-native-prevent-loading to contain an assembly manifest. I basically create a diagnostic report if plugin loading fails so I'm trying to avoid having..
Why is cross thread operation exception not thrown while running exe in bin\Debug http://stackoverflow.com/questions/3972727/why-is-cross-thread-operation-exception-not-thrown-while-running-exe-in-bin-debu had no real hope of discovering the problem without a diagnostic. Microsoft cares a lot about backward compat even if it is buggy..
Debugging a C# executable that crashes on launch http://stackoverflow.com/questions/4133164/debugging-a-c-sharp-executable-that-crashes-on-launch that doesn't help it is generally a good practice to have diagnostic logging in place. You can use a dedicated logging library e.g...
Process.Start Permissions Problem http://stackoverflow.com/questions/4223008/process-start-permissions-problem this question I wonder whether it's trying to write a diagnostic log to the current working directory which you may not have..
Deploy C# ActiveX in a CAB for Internet Explorer use http://stackoverflow.com/questions/5484326/deploy-c-sharp-activex-in-a-cab-for-internet-explorer-use Internet Explorer 6 actually provides a really useful diagnostic aid. Clear your Temporary Internet Files then navigate to the..
How do you hide an encryption key in a .NET application? http://stackoverflow.com/questions/619921/how-do-you-hide-an-encryption-key-in-a-net-application information would be readily available to anyone running a diagnostic tool on the machine. Encoding it in the application is an option..
Get WebClient errors as string http://stackoverflow.com/questions/7036491/get-webclient-errors-as-string WebClient errors as string I have a diagnostic tool which tests a web service. I want the tool to report when..
Releasing a unplugged virtual Serial Port http://stackoverflow.com/questions/9835881/releasing-a-unplugged-virtual-serial-port happen ultimately leads to class that provides no good diagnostic anymore even with a good driver. So practical approaches are..
CallbackOnCollectedDelegate in globalKeyboardHook was detected http://stackoverflow.com/questions/9957544/callbackoncollecteddelegate-in-globalkeyboardhook-was-detected built in MDA detects the problem and generates the helpful diagnostic before the program crashes with an AccessViolation. You will..
|