sessionState mode="Custom"

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
douglas.salla
Posts: 1
Joined: Fri 25 Oct 2013 16:22

sessionState mode="Custom"

Post by douglas.salla » Fri 25 Oct 2013 16:29

Hello,

Follow all instructions in this link: http://www.devart.com/dotconnect/postgr ... iders.html

And it's happening the following error:
invalid input syntax for integer: "False" at character 287
Stack Trace:
[PgSqlException (0x80004005): invalid input syntax for integer: "False" at character 287]
Devart.Common.Web.Providers.DbSessionStateStore.CreateUninitializedItem(HttpContext context, String id, Int32 timeout) +1686
System.Web.SessionState.SessionStateModule.BeginAcquireState(Object source, EventArgs e, AsyncCallback cb, Object extraData) +1156
System.Web.AsyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +12600474
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288

Devart version: 6.8.322.0
EF version: 6.0.1

What do I do?

Thank's

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: sessionState mode="Custom"

Post by Pinturiccio » Mon 28 Oct 2013 14:11

There is not enough information for reproducing the issue. Please provide the following:
1. The steps to reproduce the issue;
2. Database version;
3. Do you use tables from script InstallWebTables.sql without any changes or you changed something in this script? The script can be found in the \Program Files\Devart\dotConnect\PostgreSQL\ folder;
4. Create and send us a small test project for reproducing the issue.

Post Reply