We have a web application that was built in 2004 by one of our consultants. He used DotNetNuke as basic module in Visual Studio 2003 and Framework 2.0. After he left our company couple years ago, nobody maintain this app. Recently, I has been assigned to take over this app. After I set up a project from the existing code he wrote and recompile in my local machine and get the following error "Error 37 Type 'DotNetNuke.ExceptionsReceivers' is not defined. ". I am guessing the ExceptionReceivers is not supported any more. If that is the case, what shall I do? I don't have any prior experience using DotNetNuke before. Thanks!