Home
Options

FileNotFoundException: Could not load file or assembly 'ActiproSoftware.SyntaxEditor.Net20

Some days ago I started getting this message on "query.dump()" and it seems to me it happens randomly and for no apparent reason: http://i.imgur.com/EYi1rLb.png

Running the same simple query from command prompt, through "lprun" I get this message:

FileNotFoundException: Could not load file or assembly 'LINQPad.Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=21353812cd2a2db5' or one of its dependencies. The system cannot find the file specified.
at LINQPad.ObjectGraph.Formatters.TextOutputWriter.NodeToText(ObjectNode node)
at LINQPad.ObjectGraph.Formatters.TextOutputWriter.FormatObject(Object value, String heading, Nullable`1 maxDepth, TimeSpan& formattingTime)
at LINQPad.ObjectGraph.Formatters.OutputWriter.WriteObject(Object value, String heading, Nullable`1 maxDepth)
at LINQPad.ObjectGraph.Formatters.OutputWriter.WriteLineObject(Object value, String heading, Nullable`1 maxDepth)
at LINQPad.Extensions.Dump[T](T o, String description, Nullable`1 depth, Boolean toDataGrid)
at LINQPad.Extensions.Dump[T](T o, String description, Nullable`1 depth)
at LINQPad.Extensions.Dump[T](T o)
at UserQuery in C:\Users\klo\AppData\Local\Temp\LINQPad\_jvhlumvp\query_wekown.cs:line 32
What could be the reason for this behavior?

Comments

Sign In or Register to comment.