Server Error in '/' Application.

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error:


Line 4:  	void Page_Load(object Sender, EventArgs E) 
Line 5:  	{
Line 6:  		Output.Text = Main();
Line 7:  	}
Line 8:  </script>

Source File: c:\inetpub\vhosts\fcc.vn\old.fcc.vn\index.aspx    Line: 6

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
   Hainhan.Portal.Contact() +624
   Hainhan.Portal.Article() +2126
   Hainhan.Portal.Main() +135
   ASP.index_aspx.Page_Load(Object Sender, EventArgs E) in c:\inetpub\vhosts\fcc.vn\old.fcc.vn\index.aspx:6
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8974; ASP.NET Version:2.0.50727.8975