YAFLogo

Emiba
  • Emiba
  • 51.8% (Neutral)
  • YAF Forumling Topic Starter
14 years ago
I just got YAF 1.9.4 RC2 installed yesterday. Now I get the following error:

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:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]

DNA.UI.ClientScriptManager.RegisterScriptsOnPagePreRenderComplete(Object sender, EventArgs e) +210

System.EventHandler.Invoke(Object sender, EventArgs e) +0

System.Web.UI.Page.OnPreRenderComplete(EventArgs e) +107

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4885

Version Information: Microsoft .NET Framework Version:2.0.50727.4200; ASP.NET Version:2.0.50727.4016

Would be delighted if anyone could give an answer to what's wrong.

Sponsor
Jaben
  • Jaben
  • 100% (Exalted)
  • YAF Developer
14 years ago
You need .NET v3.5 SP1 installed for RC2.
MJCS
  • MJCS
  • 64.4% (Friendly)
  • YAF Lover
14 years ago
Oddly this is the same error I am getting down to the "T". I have .NET 4.0 installed. Do I need to do some sort of redirect on the dll?