Hi,
You are getting an error which is independent of MVVM Light, but the error is thrown from within the RelayCommand, this is why it is looking for the source code file.
In my experience, errors in the RelayCommand are often caused by invalid casts, i.e. you expect a parameter of type A but in fact it is of type B. It would help if you would post the actual error message that you are getting. Just ignore the disassembly message.
Thanks
Laurent
You are getting an error which is independent of MVVM Light, but the error is thrown from within the RelayCommand, this is why it is looking for the source code file.
In my experience, errors in the RelayCommand are often caused by invalid casts, i.e. you expect a parameter of type A but in fact it is of type B. It would help if you would post the actual error message that you are getting. Just ignore the disassembly message.
Thanks
Laurent