Ever tried to get right click event from Silverlight and always got this? Today I'll give 5 minutes recipe of how to get rid of this "Silverlight Configuration" popup and receive right click mouse events in manage code. Lets make default "New Silverlight Project". Well, first of all, lets do some XAML - my page will be very simple: < Canvas x:Name ="parentCanvas" xmlns ="http://schemas.microsoft.com/client/2007" xmlns:x ="http://schemas.microsoft...