OData: Could not load file or assembly "Mictosoft.Data.Services.Client"
Options
Maybe related to this discussion and my system, but I can't access OData service through WCF Data Service provider - connection is tested successful, but in the database tree I get red "X" icon overlay and above error as tooltip.
I run Windows 8.1 64 bit which is regularly updated, with latest beta of LinqPad 64 bit (anycpu).
I remember OData service worked fine in the past with previous LinqPad version.
Trying to use current stable version, shows dialog that different revision of LinqPad is installed in GAC and that probably it's not good idea to run. Regardless if I run the stable version, I get same error message.
What could be the reason for this behavior?
I run Windows 8.1 64 bit which is regularly updated, with latest beta of LinqPad 64 bit (anycpu).
I remember OData service worked fine in the past with previous LinqPad version.
Trying to use current stable version, shows dialog that different revision of LinqPad is installed in GAC and that probably it's not good idea to run. Regardless if I run the stable version, I get same error message.
What could be the reason for this behavior?
Comments
-
If you remove LINQPad from the GAC, do you get the same error?
-
That was it!
After removing linqpad from GACgacutil -u linqpad
everything is perfect again
Thanks for you assistence