ICSharpCode.NRefactory/Resources errors after most recent update.
I am attempting to query an EntityFramework ObjectContext. It worked yesterday until I restarted Linqpad after the most recent update downloaded. The error is TargetInvocationException: Exception has been thrown by the target of an invocation, the exceptions are 3 each of the following:
Could not load file or assembly 'ICSharpCode.NRefactory, Version=3.0.0.3630, Culture=neutral, PublicKeyToken=efe927acf176eea2' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'Resources, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5' or one of its dependencies. The system cannot find the file specified.
I have removed Linqpad and the Appcache and reinstalled, and
I have tried getting the nuget packages for NRefactory and adding the namespaces to my query, which reduces the instance of the first missing assembly to 1, but the 3 missing Resources errors persist.
Any thoughts?
Could not load file or assembly 'ICSharpCode.NRefactory, Version=3.0.0.3630, Culture=neutral, PublicKeyToken=efe927acf176eea2' or one of its dependencies. The system cannot find the file specified.
Could not load file or assembly 'Resources, Version=1.0.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5' or one of its dependencies. The system cannot find the file specified.
I have removed Linqpad and the Appcache and reinstalled, and
I have tried getting the nuget packages for NRefactory and adding the namespaces to my query, which reduces the instance of the first missing assembly to 1, but the 3 missing Resources errors persist.
Any thoughts?
Comments
Also, does it make any difference if you disable process isolation in Edit | Preferences | Advanced?