Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

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 > ASP.Net > Errors and Bugs > ASP.NET Bugs
Search:
What's New - What's Hot

BUG: Cannot Compile Code-Behind Files That Use Src Attribute on a UNC Share (Q313105)        
Total Hits: 71  |  Today: 1 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

This problem occurs because the compiler is started with the identity of a worker process, and the worker process may not be able to read the remote share. Because ASP.NET uses the impersonation token to read the page, ASP.NET reads the page successfully....

BUG: Web Method Parameters Are Mismatched if You Pass a Null Parameter When You Call a Web Service (Q318037)        
Total Hits: 115  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP.NET XML Web services allow you to control the formatting and call style of methods in a Web service. You can control this behavior by using attributes applied to the Web methods in the Web service. However, values that are incorrectly matched with the parameters in the Web service may be passed to the Web service by a .NET client. For example, the Web service may serialize the second parameter passed by the client into the first parameter of the Web service....

BUG: DESIGNTIMEDRAGDROP Error Occurs in Mobile Web Form (Q309082)        
Total Hits: 161  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you drag a control out of the Design view of the Mobile Designer and drop it in another window or in the toolbox, the DESIGNTIMEDRAGDROP="xx" attribute may be added to the control (where "xx" is a number that varies). However, the Microsoft Mobile Internet Toolkit runtime ignores this attribute and does not send the attribute to the requesting client device....

BUG: ASP.NET Runtime Rejects Configuration File as Invalid (Q307506)        
Total Hits: 103  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

If a configuration file does not already contain a Extensible Markup Language (XML) element, and the first instance of a configSection class is written to the configuration file by using the configuration Windows Management Instrumentation (WMI) provider, the < configSections > XML element may be written after other XML elements (and therefore appear later in the configuration file). This causes the ASP.NET runtime and other parts of the .NET Framework to reject the configuratio...

BUG: Cannot Use Null Key Values for Session Variables in SQL Server Mode or State Server Mode (Q321023)        
Total Hits: 531  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in ASP.NET (included with the .NET Framework) 1.1....

BUG: "Failed to Start Monitoring Directory Changes" Error Message When You Browse to an ASP.NET Page (Q317955)        
Total Hits: 1533  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you browse to an ASP.NET (.aspx) page, you may receive one of the following error messages:

Access denied to 'D:\MyWeb\Users\MainDirectory\MyApplication\' directory. Failed to start monitoring directory changes....

ASP.NET Worker Process (Aspnet_wp.exe) Is Recycled Unexpectedly (Q321792)        
Total Hits: 1962  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

If the ASP.NET worker process has been idle for the time that is specified for the responseDeadlockInterval configuration setting in the Machine.config file, the ASP.NET worker process (Aspnet_wp.exe) is recycled unexpectedly....

ASP.NET Does Not Pick Up the REMOTE_PORT Server Variable from IIS (Q319083)        
Total Hits: 207  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

The set of server variables that ASP.NET picks up from Microsoft Internet Information Services (IIS) version 5.x or later does not include the REMOTE_PORT server variable....

ASP.NET Fails to Copy Files from Bin Directory to Temporary ASP.NET Files Folder (Q319991)        
Total Hits: 778  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

After you compile your Web application, you may receive the following error messages in the Microsoft Visual Studio .NET task list:

Could not copy temporary files to the output directory....

Delay When You View ASP.NET Page on Windows 2000 (Q319012)        
Total Hits: 199  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you use or view an ASP.NET page that includes a lot of client-side script, you may notice a significant decrease in performance. To detect this performance impact, monitor the "Request Execution Time" performance counter for ASP.NET....

BUG: Web Services Methods Fail When Invoked from Digest Authenticated Applications (Q318062)        
Total Hits: 142  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

The following .NET Framework Class Library namespaces are referenced in this article:

System.Web.Services
System.Security.Principal

When you enable a Digest authentication for a Web Service in Internet Information Server (IIS) 5.0, the following error is returned:

HTTP 401.4 - Unauthorized: Authorization denied by filter...

Error Message When You Submit .aspx Page with SmartNav Under SSL (Q318320)        
Total Hits: 148  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

A supported fix is now available from Microsoft, but it is only intended to correct the problem that is described in this article. Apply it only to computers that are experiencing this specific problem. This fix may receive additional testing. Therefore, if you are not severely affected by this problem, Microsoft recommends that you wait for the next .NET Framework service pack that contains this fix....

BUG: Changes to Images Are Not Displayed in the Visual Studio .NET Design Environment (Q316945)        
Total Hits: 104  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you alter an image file that is used in a Microsoft Visual Studio .NET project, an older version of the image may be displayed in the design environment. If a WebForm contains an image, and that image has been deleted from the project and then altered and re-added to it, the WebForm may still display the original image in Design view of the WebForm. Additionally, if you create a new WebForm and drag the new image into the Web Forms Designer, the old image may still be displayed....

BUG: Debugger Skips Client-Side Breakpoints in ASP.NET Projects (Q317094)        
Total Hits: 202  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

Visual Studio ASP.NET projects allow you to set breakpoints in either server-side or client-side code. However, when you start to debug, the debugger does not stop at client-side breakpoints in the ASP.NET project....

BUG: Visual Studio .NET Does Not Generate a Code-Behind Declaration for Web User Controls (Q316370)        
Total Hits: 128  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you create a Web User control and drag it to an .aspx page, Visual Studio .NET does not automatically generate a code-behind declaration for the Web User control....

BUG: Image Control in StyleSheet Is Not Displayed (Q309416)        
Total Hits: 129  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you reference a StyleSheet control that is contained in an external, mobile User Control (.ascx file), the Image controls in the StyleSheet control may not be displayed when you browse to the mobile Web Form page....

BUG: Radio Buttons Are Not Mutually Exclusive When Used in a Repeater Server Control (Q316495)        
Total Hits: 527  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When you add a ASP.NET RadioButton control to the ItemTemplate of a data-bound Repeater server control, the RadioButton control that you created is not mutually exclusive when you run the ASP.NET page. This problem occurs even if the GroupName attribute is set for the RadioButton controls....

BUG: "ConfigurationException" Error Message When Impersonated Accounts Read Configuration (Q311094)        
Total Hits: 120  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

When an application is activated, ASP.NET uses the process identity to read configuration data. The configuration data is then cached and reused across subsequent requests....

FIX: "The View State Is Invalid for This Page and Might Be Corrupted" Error Message in ASP.NET        
Total Hits: 434  |  Today: 0 Author: MSDN       Rating:  
Read Reviews | Write Review |              Your Rating: 

In Scenario 1, verify that the machine keys match for all of the computers in the Web farm before you apply the hotfix that is listed in the "Resolution" section. This error message occurs if the machine keys do not match....

Error handling performance - exceptions vs error codes        
Total Hits: 234  |  Today: 0 Author: KBMentor       Rating:  
Read Reviews | Write Review |              Your Rating: 

Another real life experience. Once a long time ago I wrote a simple Windows GUI application where users could enter float values.



Some users preferred using "," as delimiter and some other ".", i.e my application needed
to convert strings like "122,12" and "122.12" to a double value. Also blanks - which should be treated as 0.0.



As I said it was a long time ago, and I used try...catch to see if I would succeed in getting a double value out of it....


1  2  Next >> 


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