FileNotFoundException
I am using the latest beta version Download LINQPad 5.28.02 (Any CPU), when I try to run my code using linqpad.exe guid version my code runs perfectly but when I try to schedule it and run it using lprun.exe i get the fallowing error.
FileNotFoundException: 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.
FileNotFoundException: 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.
Comments
Using latest beta 5.33.9.0 and having same error.
FileNotFoundException: 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.
at LINQPad.Program.CommonInit()
at LINQPad.Cmd.LPCmd.Run(String[] args)
Is there any workaround that can be used while the issue is being fixed?