Home
Options

LinqPad Result Error: InvalidOperationException

edited September 2015
Hi,

I am unable to execute a linq request using linqpad. When I execute a linq request on a sql server 2008, I have an error that mention an Expr3 and TIMESTAMP but I don't know why...
I just bought the pro version for using it daily but I unfortunalely can't. I try to unistall the Linqpad 4 and install Linqpad 5 but the error is the same.
I also reinstall Windows but everything is the same...

Can anyone can solve this error?
Ps: sql request is ok

Thanks!

This is the error detail (in french - Sorry :) )
Message Membres 'System.Data.Linq.Binary Expr3' et 'System.Data.Linq.Binary TIMESTAMP' marqués comme versions de ligne.
Data Data
InnerException InnerException
TargetSite TargetSite
StackTrace à System.Data.Linq.Mapping.AttributedMetaType.InitSpecialMember(MetaDataMember mm)
à System.Data.Linq.Mapping.AttributedMetaType.InitDataMembers()
à System.Data.Linq.Mapping.AttributedMetaType..ctor(MetaModel model, MetaTable table, Type type, MetaType inheritanceRoot)
à System.Data.Linq.Mapping.AttributedRootType..ctor(AttributedMetaModel model, AttributedMetaTable table, Type type)
à System.Data.Linq.Mapping.AttributedMetaTable..ctor(AttributedMetaModel model, TableAttribute attr, Type rowType)
à System.Data.Linq.Mapping.AttributedMetaModel.GetTableNoLocks(Type rowType)
à System.Data.Linq.Mapping.AttributedMetaModel.InitStaticTables()
à System.Data.Linq.Mapping.AttributedMetaModel.GetTables()
à LINQPad.DataContextBase.Init()
à LINQPad.DataContextBase..ctor(IDbConnection connection, MappingSource mappingSource)
à LINQPad.User.TypedDataContext..ctor(IDbConnection connection)
à UserQuery..ctor(IDbConnection connection) dans C:\Users\Julien GONTIER\AppData\Local\Temp\LINQPad5\_eoridcru\query_tnthvp.cs:ligne 30
HelpLink null
Source System.Data.Linq
HResult -2146233079

Comments

Sign In or Register to comment.