-
-
Notifications
You must be signed in to change notification settings - Fork 985
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not find dll, and finds dll.config only #1215
Comments
@Doughboy02 were you able to solve this? I am running into the same issue! |
Sorry I can't remember if I was able to fix this or not. I ran into it during an internship and I no longer work there and do not have access to the code :( (edit) This question can be removed unless it will provide use to others. I am no longer in need for this to be fixed. |
Since I found this issue the second time today in response to the same problem: In my case there was a |
Thanks for the quick response. This issue is the first result when I google it so I just wanted to maybe give a hint to others searching for the same problem. |
Can confirm that 0.13.13 nightly fixes it. |
I keep getting this issue whenever I run anything other than an "[InProccess]" run.
I am currently trying to run a [SimpleJob] just so I can control the warmup and call count and so on... Here is the issue, I don't feel comfortable pasting the whole log.
// *** Execute *** // Launch: 1 / 1 Did not find C:\Users\XXX\bin\Release\netcoreapp2.2\win-x64\publish\8a5aaa1a-8e58-47c8-825b-89a7acbaa72b\bin\Release\netcoreapp2.2\8a5aaa1a-8e58-47c8-825b-89a7acbaa72b.dll, but the folder contained: 8a5aaa1a-8e58-47c8-825b-89a7acbaa72b.dll.config Executable C:\Users\XXX\bin\Release\netcoreapp2.2\win-x64\publish\8a5aaa1a-8e58-47c8-825b-89a7acbaa72b\bin\Release\netcoreapp2.2\8a5aaa1a-8e58-47c8-825b-89a7acbaa72b.dll not found ExitCode != 0 No more Benchmark runs will be launched as NO measurements were obtained from the previous run!
Sorry if someone has asked this already, I haven't been able to find it or solve it...
The text was updated successfully, but these errors were encountered: