I'm getting an error message when I try to run my application (ruby
script/server), normally I'd hit "OK" and the application would run
without issues, but now it has completely failed to deploy.
I'm running on Windows 32, Ruby 1.9.1, Rails 2.3.8
The message states:
"This application has failed to start becuase msvcrt-ruby18.dll was
not found. Re-installing the application may fix this problem."
Anyone knows what to do? Don't be a wise guy and say to re-install the
application becuase I have.
I'm getting an error message when I try to run my application (ruby
script/server), normally I'd hit "OK" and the application would run
without issues, but now it has completely failed to deploy.
I'm running on Windows 32, Ruby 1.9.1, Rails 2.3.8
The message states:
"This application has failed to start becuase msvcrt-ruby18.dll was
not found. Re-installing the application may fix this problem."
Check your Ruby installation. You're obviously missing a component.
Anyone knows what to do? Don't be a wise guy and say to re-install the
application becuase I have.
Don't insult people who are in a position to help you.
Don't insult people who are in a position to help you.
I'm not intending to insult, I just don't like it when people point
out the most obvious thing to solve the situation especially when it's
in an error message.
At any rate, I'll have to go down to Ruby 1.8.6 and see if this works.