-
Notifications
You must be signed in to change notification settings - Fork 72
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
No Rust installation detected (rustup-init.exe, VisualRust 0.1.2, VS 2015) #263
Comments
When will be published? This plugin suport rustup? (I mean if I change global version or per project/dir)?? |
Works for me with above solution, thanks a lot. But how did the VR fixed the dependency problem? Any idea is welcome for such a greenhand like me. |
Were you running the 64-bit install when you tried this? |
@holland01
And I encountered the same problem as OP (registry key fix also helped - no error and VS properly compiles the project). |
Same as @Xanewok here. Since I have to fix this on more than one machine, I translated @Byron-Miles solution to a console command (admin required). Works as long as you used the default rustup installation path:
|
Just tried same registry fix, repaired VisualRust installation, but still getting the same error. VS2015U3, Rust 1.15.1. Path is configured, |
@Pzixel, I think you made some kind of mistake or doesn't restart VS after registry edit. This works for me with Win10Pro, VS2015U3 and Rust 1.15.1. |
@Ustimov I always restart the whole PC after registry edit. That's quite easy to say |
For lazy persons like me;
Txt file contains this;
Tested on Windows 8.1 64bit, Visual Studio 2015 Update3, Visual Rest VS Extension 0.1.2 |
bump |
Yeah, No restart required. Works fine! @huettenhain Thanks for the console command. Cheers |
also works for me on 1.24.0 today |
works form e |
This is similar to previous issues and seems to be fixed in the lastest (but not released as of 3 Jan 2017) code, but considering it took me over 2 hours and some digging through old (VisualRust 0.1.2) code to work out a straight answer I thought I might save someone time and post the solution here:
Basically you need to point VisualRust at your install (.cargo) directory using a registry key:
Good luck.
The text was updated successfully, but these errors were encountered: