Archive | .NET RSS feed for this section

AJAX Toolkit AutoComplete Extender not Firing

I recently had some trouble with the .NET AJAX Toolkit AutoComplete Extender which did not seem to be working despite copying all of the code directly from the documentation. I discovered two missing pieces that were not obvious (to me at least). The first is that I was trying to use a ServiceMethod without a [...]

43 Comments Continue Reading →

web.config error "Unrecognized attribute 'type'" for .NET 2.0

This applies to Windows Server 2003. This error can occur when you have .NET 1.0 and .NET 2.0 applications running on the same server. This particular error can occur when you haven’t selected .NET 2.0. in the application settings. Windows 2003 Uses Application Pools which can only support one version of the .NET framework at [...]

9 Comments Continue Reading →

Could not find schema information for the element 'log4net'

This perplexing error message recently started to occur in .NET 2.0 applications when adding log4net information within the web.config file as shown in the documentation. The source of the problem seems to be related to the visual studio XML validation and isn’t specifically a log4net problem. More information about the error can be found on [...]

12 Comments Continue Reading →

Cingular Connection Manager Conflicts with Visual Studio.NET

If you are a .NET web application developer and you install Cincular Connection Manager, you’ll be in for a treat when none of your .NET web applications will run anymore! When you try to connect to one, you’ll hear a windows alert beep, but will see no error message displayed. The solution at the moment [...]

Leave a comment Continue Reading →

.NET controls don't display formatting correctly in FireFox

If you’re writing .NET applications, when you test them in FireFox, they may look totally different than in IE. The first thing you probably notice is that input boxes are all the default width. Anything that you’ve resized in the designer doesn’t display in FireFox. If you use the Visual Studio designer to resize controls, [...]

Leave a comment Continue Reading →