Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, January 07, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Knowledge Base > .NET Framework > Errors & Bugs
Search:
What's New - What's Hot


BUG: Performance Counters for SQL Server .NET Data Provider Are Not Reset (Q314429)        
Total Hits: 148  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you install the .NET Framework on a computer, a .NET CLR Data performance counter is added to Performance Monitor (Perfmon). If you use these counters, you may notice that the perfomance information is not reset when you close and then reopen a .NET application....

An InvalidOperationException error or a deadlock condition occurs when you try to access a Performance Counter        
Total Hits: 64  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Microsoft .NET Framework Performance Counter infrastructure uses a spin lock in shared memory as a locking mechanism. An orphaned Performance Counter spin lock may cause an InvalidOperationException error or a deadlock.For example, if a managed code process is accessing a Performance Counter and this process is stopped externally, the Performance Counter spin lock becomes orphaned and you may experience this problem.In this example, the spin lock in shared memory is marked as allocated (non-...

PRB: "Unable to Impersonate User" Error Message When You Use WindowsIdentity.Impersonate Method (Q319615)        
Total Hits: 321  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you use the System.Security.Principal.WindowsIdentity.Impersonate method, you may receive the following error message:

Unable to impersonate user....

PRB: Errors Are Generated When You Use Redirects in Mobile Web Forms Pages (Q310481)        
Total Hits: 231  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you use the Response.Redirect method in a mobile Web Forms page, you may receive the following error message:

Calling Response.Redirect on a postback can have unpredictable results on mobile devices and gateways. Use MobilePage.RedirectToMobilePage method instead....

PRB: SelectionList Control Does Not Post Back to Server (Q308975)        
Total Hits: 150  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you use the mobile SelectionList control found in the Microsoft Mobile Internet Toolkit, it does not post back to the server as expected when you make a selection....

FIX: Deadlock problem that involves the Windows NT Loader Lock may occur during the .NET garbage collection        
Total Hits: 89  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Microsoft .NET application appears to stop responding.When the .NET application appears to stop responding, this non-responsive condition is a result of a deadlock condition that involves all the following:
• The .NET Framework
• The garbage collector
• The Microsoft Windows NT Loader Lock
When the Microsoft .NET Framework Execution Engine has to perform garbage collection (GC), the .NET Framework Execution Engine must first suspend all managed threads. In most circumstances, ...

FIX: You receive an "Unhandled Exception" error message when you run an application that uses valid C code        
Total Hits: 70  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

Some valid C code may compile correctly, and then may not run correctly. When you run the application, you may receive the following error message:
Unhandled Exception: System.InvalidProgramException:
This problem is related to JIT Optimization. If you use the following statements to turn off JIT Optimization in the .ini file for the application, the error does not occur:...

BUG: The xsl:number Element Generates an Exception Error When the Format Pattern Is Set to "A.1" (Q318360)        
Total Hits: 252  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When the format pattern is set to "A.1", xsl:number generates the following exception error message:

An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll

Additional information: Index was out of range. Must be non-negative and less than the size of the collection....

PRB: "Could Not Find Installable ISAM" (0x80004005) Error Message When You Try to Set Session-Level Jet Properties (Q318161)        
Total Hits: 2119  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you try to set custom, provider-specific properties for the Microsoft OLE DB Provider for Jet in the ADO OLE DB connection string, you receive the following error message:

Could not find installable ISAM
Error Code: 0x80004005 (or -2147467259)...

PRB: Cannot Clear Check Box on Palm Vx (Q309605)        
Total Hits: 85  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you develop a mobile Web Form that contains a mobile SelectionList control, you can set the SelectType property to CheckBox so that a set of check boxes appears for items that are defined within the control. You can also set the Selected property to True on these items so that the check box is selected when the page is browsed....

PRB: "Unable to Start Debugging" Error Message When You Send Debug HTTP Request (Q306163)        
Total Hits: 269  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you debug an ASP.NET application in Visual Studio .NET, you may receive the following error message:

Error while trying to run project: Unable to start debugging on the web server. Server-side error occurred on sending debug HTTP request....

FIX: A memory leak may occur when COM objects are passed as VARIANT in the Microsoft .NET Framework 1.1        
Total Hits: 78  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

When a Component Object Model (COM) object is passed as a parameter in a COM Interop function call, the object will not be released if the parameter is defined as a VARIANT parameter and the function returns a failure HRESULT.This problem occurs because COM Interop does not correctly clean up the VARIANT parameter if the COM function returns a failure HRESULT....

FIX: "TcpClientSocketHandler::NetStream is NULL" Access Violation Error Message When You Use a Custom Remoting Sink        
Total Hits: 86  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you use a custom remoting sink when you use Microsoft .NET Framework remoting in Microsoft Visual Studio .NET, you may receive the following access violation error message:TcpClientSocketHandler::NetStream is NULL.A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Therefore, if you are not severely ...

A user receives a "security exception" error message while running user code that is based on the .NET Framework 1.1 in a partial trust environment        
Total Hits: 46  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

If a user runs user code that is based on the Microsoft .NET Framework version 1.1 in a partial trust environment, a security exception error may occur. For example, when a Microsoft Windows Forms control is running in Microsoft Internet Explorer, the user may receive the following error message:...

BUG: DataSet Containing Attribute Column and Default Value Generates Exception When AllowDBNull Set to False (Q320881)        
Total Hits: 349  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you try to load a DataSet that contains a combination of an attribute column and a default value, and AllowDBNull is set to false, System.Xml.Schema.Compiler generates an XmlSchemaException exception....

BUG: Known Issues with the Common Language Runtime Debugging Services (Q309333)        
Total Hits: 233  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |   Your Rating: 

ICorDebugEval::Abort cannot stop a function evaluation when the process is stopped....

How to Use and Understand the Windows console debugger        
Total Hits: 4  |  Today: 0 Author: logicchild       Rating:  
Read Reviews | Write Review |   Your Rating: 

In order to interpret the cdb.exe debugger prompt, we have to enter commands to figure out some details concerning the debugger output. Moreover, when we set the symbol path, we must remember that the downloaded symbols are for the Microsoft device drivers and system key components alone. This means if we are to use to the cdb.exe (or graphical WinDbg.exe) debugger on our own code, we must use a compiler switch that includes debugging information with our compiled executable. On that premise, we...

Unable to read data from the transport connection        
Total Hits: 132  |  Today: 0 Author: ASPCODE.net       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I was creating an application which in short works as a sort of webspider. In other words - non GUI application fetching pages from some intranet applications (doesn't matter, could as well has been public Internet pages)....

List of bugs that are fixed in the .NET Framework 1.1 Service Pack 1        
Total Hits: 85  |  Today: 0 Author: MicroSoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article discusses the bugs that are fixed in Microsoft .NET Framework 1.1 Service Pack 1 (SP1).

For more information about the .NET Framework Service Pack 1, click the following article numbers to view the articles in the Microsoft Knowledge Base:...

"System.ArgumentException: '0' is not a valid value for 'value'" error message when you populate a DataGrid control in a Windows Forms application        
Total Hits: 99  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

If you populate a DataGrid control while a Microsoft Windows Form is minimized, you may receive the following error message:
System.ArgumentException: '0' is not a valid value for 'value'. 'value' should be between 'minimum' and 'maximum'.
A supported hotfix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Only apply it to systems that are experiencing this specific problem. This hotfix may receive additional testing. Ther...


1  2  3  4  5  6  7  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net