Missing snippet in Visual Studio
I think ReSharper hides some of the default snippets. It should be enough to enter the snippet and press tab twice.
Came across this same issue myself today after a fresh install of VS2008 on Win7 64
All I had to do to fix it was to
- Go to Tools > Code Snippets Manager
- Select Visual C# from the drop down menu
- Click Add
Select the NetFx30 directory containing the code snippets, in my case it was...
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC#\Snippets\1033\NetFX30
You should immediately be able to use the code snippet.