Gallio / mbunit-v3

Gallio and MbUnit v3 Source
Apache License 2.0
86 stars 46 forks source link

Gallio with AutoCAD 2012 as runner #12

Open shichongdong opened 5 years ago

shichongdong commented 5 years ago

I’m trying to use Gallio with AutoCAD 2012 as runner. I get Gallio from NuGet package: https://www.nuget.org/packages/GallioBundle/. My problem is, when I run Gallio.Echo.exe as: C:\Users\.nuget\packages\galliobundle\3.4.14\bin\Gallio.Echo.exe D:\xx.dll /r:AutoCAD AutoCAD start with exception. But when I put xx.dll to the same folder as Gallio.Echo.exe, and run it as: .\Gallio.Echo.exe .\xx.dll /r:AutoCAD AutoCAD and tests are running successfully. So what's the differences between these two scenarios? How can I resolve the issue in the first scenario?