I have ran the prepare.bat and deploy.bat and ftp'd the files out to the server. The website comes up but when I go to configure the payment methods I'm getting error below

The controller for path '/Admin/Payment/ConfigureMethod' was not found or does not implement IController.

Then url is something like this:
http://yoursite.com/Admin/Payment/ConfigureMethod?systemName=Payments.PayPalStandard

I also get an error when clicking on the Paypal standad method in the checkout screen:

url:http://yoursite.com/checkout/paymentinfo
The controller for path '/checkout/paymentinfo' was not found or does not implement IController.