The main issue is that SilverLight does not fully support debugging your project. So it won’t tell you what you did wrong, it only tells you that somethings wrong. Check your XAML code again and look especially for things you could forget, for example implement click event handler:
Check if there’s no values that cannot be less than 0. And if all fail go and write your code again with VS and intelliSense.