Well, looking at the stack trace you posted in your question it appears as though the Page_Load event is using CreateObject to instantiate an object, and this object is failing - possibly because it isn't installed.
Is this a 32- or 64-bit application?