-
Notifications
You must be signed in to change notification settings - Fork 10.3k
"dnu restore" throwing up error when working with coreclr #430
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
Comments
What OS? |
I am working on Windows 7 |
@prashantadepu bug confirmed. Working with the CLR team to figure out what's wrong and find a fix. |
@victorhurdugaci, any updates/workarounds for this? |
This issue is being closed because it has not been updated in 3 months. We apologize if this causes any inconvenience. We ask that if you are still encountering this issue, please log a new issue with updated information and we will investigate. |
I am trying to run HelloMvc sample app from dev branch in command prompt. I am running into two issues
Restore failed
Unable to find an entry point named 'CreateSemaphore' in DLL 'api-ms-win-core-kernel32-legacy-l1-1-0.dll'.
Its working fine with full clr and also with other core clr I have on my machine (dnx-coreclr-win-x86.1.0.0-beta5-11378)
Am I missing something here?
The text was updated successfully, but these errors were encountered: