VerySimple Dev Blog

Languages

NHibernate.MappingException: Unknown entity class

The dreaded “NHibernate.MappingException: Unknown entity class” exception thrown by NHibernate in your .NET web application indicates that the class you are trying to map in your .hbm.xml file cannot be located for some reason.
The first thing to check is to right-click on each of your .hbm.xml files and make sure the Build Action property is [...]

Read the rest

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 [...]

Read the rest

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 a [...]

Read the rest

older posts :: newer posts