.NET news » Bugs Bugs Rss Feed

< 1 2 >
BugSentry
BugSentry is Fire and Forget bug tracking for .NET. From the FAQ... How do I use BugSentry? * Install the BugSentry Client and generate a key pair. * Add a reference to the BugSentry Library to your project. * Create an instance of BugSentry, using your public key. * Call BugSentry from your error handlers. * Bug Sentry handles the rest. How can BugSentry help us write better code? No user in history has ever submitted a complete and accurate bug report. Bug Sentry makes sure you know about every glitch and bug without relying on users. How is this better than just logging the bugs manually? You can still log bugs in using the BugSentry interface, but BugSentry makes sure you get issue reports for the bugs your testers missed. You also get issue reports after the application is in production.
17 Jan 2006, 00:26:39   Source: BugSentry   Tags: Bugs
ASP.NET 2.0 - "The target '__Page' for the callback could not be found or did not implement" Error
While implementing Client Script Call Back, you may receive the error "The target '__Page' for the callback could not be found or did not implement ICallbackEventHandler." This article discusses on the same.
A Solution for the "Could Not Copy Temporary Files to the Output Directory" Error
This tip outlines further tricks to resolve or work around this common bug.
5 Jan 2006, 00:14:24   Source: A Solution for the "Could Not Copy Temporary Files to the...   Tags: Bugs
"Unable to start debugging on the web server. You do not have permission to debug the application."
You may receive the error "Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. Click Help for more information." This article discusses on the resolution for the same.
30 Dec 2005, 09:27:20   Source: "Unable to start debugging on the web server. You do not...   Tags: Bugs
High Availability: Keep Your Code Running with the Reliability Features of the .NET Framework
Reliability requires the capacity to execute a sequence of operations in a deterministic way, even under exceptional conditions. This allows you to ensure that resources are not leaked and that you can maintain state consistency without relying on application domain unloading (or worse, process restarts) to fix any corrupted state. Unfortunately, in the.NET Framework, not all exceptions are deterministic and synchronous, which makes it difficult to write code that is always deterministic in its ability to execute a predetermined sequence of operations. In this article Stephen Toub will show you why, and explore features of the .NET Framework 2.0 that help you to mitigate these situations and write more reliable code.
13 Sep 2005, 03:00:00   Source: High Availability: Keep Your Code Running with the...   Tags: Security Bugs
Security Briefs: Credentials and Delegation
Security Briefs: Credentials and Delegation
9 Aug 2005, 03:00:00   Source: Security Briefs: Credentials and Delegation   Tags: Security Bugs
Debugging: Root Out Elusive Production Bugs with These Effective Techniques
Errors happen. But in production, error logs often provide little or no help in pinpointing the exact line of code in which the problem originates. You can't usually isolate the root cause by modifying code in a production environment because recreating the exact same environment is very difficult due to the large number of potential software and hardware configurations. This article provides some concrete steps you can take to get at the heart of the problems in your production code.
14 Jun 2005, 03:00:00   Source: Debugging: Root Out Elusive Production Bugs with These...   Tags: Debug Bugs
< 1 2 >