VerySimple Dev Blog

.NET

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

Read the rest

Could not load type Foo from assembly NHibernate

This error indicates that the class could not be found when NHibernate is initializing. The key here is “from assembly NHibernate” The reason I was getting this error is because I didn’t realize that you have to specify not only the name of the class (including the namespace prefix), but also the assembly [...]

Read the rest

:: newer posts