views:

4

answers:

0

I've got a call to a RIA services method in my frontend. Is it possible to navigate to the corresponding method in the service ? Using "F12 goto definition" or something similiar ?

When I press F12, Visual Studio only navigates to the generated stub method in my frontend (*.Web.g.cs file) but that's not what I need. Maybe it's possible to put (or generate) some annotations to the stub method to force the editor to navigate directly to the backend source code ?