.NET Framework Bookmark and Share   
 index > .NET Framework Setup > State server version2.0 or above error.
 

State server version2.0 or above error.

Hello,

I keep getting the following error, even though I have >net Framework installed. (v2.0.50727) I don't know how to fix and I haven't been able to find any help.

System.Web.HttpException: Unable to use session state server because this version of ASP.NET requires session state server version 2.0 or above.

at System.Web.SessionState.OutOfProcSessionStateStore.MakeRequest(StateProtocolVerb verb, String id, StateProtocolExclusive exclusiveAccess, Int32 extraFlags, Int32 timeout, Int32 lockCookie, Byte[] buf, Int32 cb, Int32 networkTimeout, SessionNDMakeRequestResults& results)

at System.Web.SessionState.OutOfProcSessionStateStore.SetAndReleaseItemExclusive(HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem)

at System.Web.SessionState.SessionStateModule.OnReleaseState(Object source, EventArgs eventArgs)

at System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

AndrewGuidas

Try this link

http://forums.asp.net/p/1030680/1413643.aspx#1413643

Karthikeya Pavan Kumar .B
try this link:http://support.microsoft.com/kb/919080/en-us?spid=8940&sid=global

I met the same problem,the same error.
Ichecked that the service "asp.net state service" in my host server is 1.1 version,and I tryas follows:
  1. Click Start, click Run, type cmd, and then click OK.
  2. Type the following command, and then press ENTER:
    cd %windir%\Microsoft.NET\Framework64\Version
    Note %windir% represents the path of the Microsoft Windows system folder. Typically, this path is C:\Windows. Version represents the .NET Framework 2.0 version number. For example, type v2.0.50727.
  3. Type the following command, and then press ENTER:
    aspnet_regiis -i -enable



    then about5 minutes later ,it done ang give a log file.I try again,it worked fine!
alittlebear

You can use google to search for other answers

Custom Search

More Threads

• cleaning the machine where .net frame is installed
• picking up policies for .net 1.1 libs in .net 2.0
• Configuration Tool?? Where??
• NET FRAMEWORK 3.5 AND NET FRAMEWORK FAMILY 3.5
• svcutil.exe not found after installation of .net 3.0
• How to use Windows authentication and Forms Authentication in single webapplication?
• Can I revert from Data.DataSetExtensions 3.5.0.0 back to 2.0.0.0?
• Visual Studio Documentation does not work
• Problems with VS2008 Beta
• How to install asp.net?