Cannot execute query after recent update
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