FileNotFoundException and file path
See the question and my original answer on StackOverflowMaybe:
parserPlugin = Assembly.LoadFrom(new Uri(_transport.Path).LocalPath);
would work better?
Maybe:
parserPlugin = Assembly.LoadFrom(new Uri(_transport.Path).LocalPath);
would work better?