I have the same installation of Visual Studio on two machines, but on one, I can’t find the snippet "propdp" for DependencyProperty. I only have prop/propg, can’t really understand why. Is there an addon I have to install?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
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.