The type or namespace name 'Script' does not exist in the namespace 'System.Web' (are you missing an assembly reference?)

by Matt 28. September 2011 10:12
I wasted a few minutes of my life today trying to run some code I downloaded online that gave me this error. [More]
Categories: .NET

Long Past Due Project Upgrades

by Matt 14. September 2011 14:59
I spent a great deal of time this weekend upgrading a project from .NET 3.5, MVC 2.0, and ASPX View Engine to .NET 4.0, MVC 3.0, using the Razor view engine, and implemented Telerik's RadControls for ASP.NET Ajax. [More]

Illegal attempt to associate a collection with two open sessions

by Matt 2. September 2011 15:00
Some development I was working on threw an exception moments ago that I had never seen before: Illegal attempt to associate a collection with two open sessions. [More]
Tags: ,
Categories: .NET | ASP.NET | C# | NHibernate