0

I installed VS 2008 and I installed .NET 3.5 SP1 and I got all templates.

Then, I had to uninstall VS 2008 (please don't ask why) without uninstalling .NET Framework 3.5 SP1 or anything else.

After that, I re-installed VS 2008 back, then I open up VS 2008 and found that when I add a new item the Entity Framework template is not among the list anymore.

Could someone please help on how to resolve this problem?

Thank you so much!

Ray.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
Ray
  • 12,101
  • 27
  • 95
  • 137

1 Answers1

1

Did you reinstall VS2008 without VS2008 SP1? I believe EF templates were an SP1 feature.

John Saunders
  • 160,644
  • 26
  • 247
  • 397
  • You are absolutely right! I forgot to re-install back VS2008SP1. Confused that with .NET3.5SP1. Thanks! – Ray Apr 01 '09 at 21:20