问题描述
我有一个在Windows XP上开发的学生,当尝试运行 heroku键时,他会出现一个奇怪的错误:add
。错误是: 此应用程序无法启动,因为未找到msvcrt-ruby18.dll。重新安装应用程序可能会解决这个问题。
经过大约半个小时的尝试,我的google-fu在这一个上失败了
任何人都可以帮助?
。由于Ruby在1.9.2版本中增加了显着的性能优势,这不是一个很好的解决方案,但是再一次,Windows XP上也不是在本地开发Web应用程序;)
I have a student developing on Windows XP, and he's getting a strange error when trying to run heroku keys:add
. The error is:
This application has failed to start because msvcrt-ruby18.dll was not found. Re-installing the application may fix this problem.
After about half an hour of trying, my google-fu has failed me on this one.
Can anyone help?
FYI our solution was to install Ruby 1.8.7. Since Ruby has added significant performance benefits in 1.9.2, it's not a great solution, but then again, neither is developing web apps locally on Windows XP ;)
这篇关于尝试使用Heroku for Windows XP时找不到msvcrt-ruby18.dll的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!