Skip to content
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

error: dsn.core.dll is missing from your computer. #200

Closed
silicaRich opened this issue Apr 27, 2017 · 2 comments
Closed

error: dsn.core.dll is missing from your computer. #200

silicaRich opened this issue Apr 27, 2017 · 2 comments

Comments

@silicaRich
Copy link

I followed these steps (on Windows 8.1 & VS 2015)
https://github.com/Microsoft/rDSN/wiki/Installation
and when I typed in this command "run.cmd test Debug .\builddbg"
the following error came up:
image

I tried to google this, reclone the repo, rebuild, to no avail. wondering if you or anyone has encountered this issue before.

if it helps, my system variable is:
image

Thanks :)

@linmajia
Copy link
Contributor

Sorry for late response. This is because the path of those built binaries is not set by the test script. Please execute the following command in c:\rDSN (suppose you are building 'Debug' version):
SET Path=.\builddbg\bin\Debug;.\builddbg\lib;%Path%

Some tests require zookeeper, so you may need to install Java and run "run.cmd start_zk" before running the tests.

We are fixing this issue and the wiki.

@linmajia linmajia mentioned this issue Jul 23, 2017
@linmajia
Copy link
Contributor

This issue is fixed in master branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants