visual studio vb.net go to line short key (Ctrl + G) is not working?

.net, vb.net-2010, visual-studio, visual-studio-2010

Solution

Make sure that ctrl+g is not being used anywhere else. If it is, delete it from those areas:

- First type in your shortcut

- If it appears in the "currently used by"

- then type it into "Show commands containing"

- Remove it from "Show commands containing"

Problem

I use to work in C# and use Ctrl + G for go to line but it is not working in vb.net. Can you please. Edit menu > Go to even not show any short key. If I press Ctrl + G it opens immidiate window. Is there any thing I need to do in order to enable go to short key or is it different when working with vb.net ? Please guide me. Note:I ma working in Visual Studio 2010. Thanks

Original source