Thanks - I managed to get past that and get a 'Returning result: OK' but I am getting some exceptions for each of my 'Modules" under 'Console Tool' folder. An example is:
---
[12:17:13.9366-Core-6] Loading module: E:\NCrunch\Console Tool\Modules\Gallio\nC
runch.Module.Gallio.crunchmodule
[12:17:13.9482-Core-6] ERROR (Internal): An exception thrown while processing th
e module 'E:\NCrunch\Console Tool\Modules\Gallio\nCrunch.Module.Gallio.crunchmod
ule': System.IO.FileLoadException: Could not load file or assembly 'file:///E:\N
Crunch\Console Tool\Modules\Gallio\nCrunch.Module.Gallio.dll' or one of its depe
ndencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
File name: 'file:///E:\NCrunch\Console Tool\Modules\Gallio\nCrunch.Module.Gallio
.dll' ---> System.NotSupportedException: An attempt was made to load an assembly
from a network location which would have caused the assembly to be sandboxed in
previous versions of the .NET Framework. This release of the .NET Framework doe
s not enable CAS policy by default, so this load may be dangerous. If this load
is not intended to sandbox the assembly, please enable the loadFromRemoteSources
switch. See
http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String cod
eBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&
stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntro
spection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName as
semblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMar
k& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIn
trospection, Boolean suppressSecurityChecks)
at System.Reflection.RuntimeAssembly.InternalLoadFrom(String assemblyFile, Ev
idence securityEvidence, Byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm,
Boolean forIntrospection, Boolean suppressSecurityChecks, StackCrawlMark& stackM
ark)
at System.Reflection.Assembly.LoadFrom(String assemblyFile)
at nCrunch.Core.ModuleManagement.ModuleLoader.LoadModules(IList`1 additionalS
earchPaths)
---
I get this for each of the 'E:\NCrunch\Console Tool\Modules\[module]\nCrunch.Module.[module].crunchmodule' files. I've restored the NuGet packages required to build the project. Any idea?