Cannot execute query after recent update
Options
Hi there
I was using a C# query that retrieved some info from our Microsoft TFS database. This was working fine until a recent update was installed. I'm now receiving the following error:
Members System.Data.Linq.Binary Watermark and System.Data.Linq.Binary TimeStamp both marked as rowversion.
It seems that it has something to do with the component that is using for database connections. If I install a previous version of LINQPad 4 it works again (after first removing the files from programdate folder).
LINQPad 5 shows the same error when executing this query.
Can you please fix this or help me solve this issue?
Thanks,
Jacob
I was using a C# query that retrieved some info from our Microsoft TFS database. This was working fine until a recent update was installed. I'm now receiving the following error:
Members System.Data.Linq.Binary Watermark and System.Data.Linq.Binary TimeStamp both marked as rowversion.
It seems that it has something to do with the component that is using for database connections. If I install a previous version of LINQPad 4 it works again (after first removing the files from programdate folder).
LINQPad 5 shows the same error when executing this query.
Can you please fix this or help me solve this issue?
Thanks,
Jacob
Comments
-
Looks like someone else has reported the same thing here http://forum.linqpad.net/discussion/893/some-queries-no-longer-work-on-latest-version-of-linqpad4
-
You are right.
-
This was fixed in the most recent LINQPad 5 beta.
-
Thanks!