Microsoft Developer Network > 포럼 홈 > .NET Framework Setup > Missing ADO.NET Entity Framework template after installing SP1
질문하기질문하기
 

답변됨Missing ADO.NET Entity Framework template after installing SP1

  • 2009년 6월 5일 금요일 오후 1:48_Roland 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     

    After installing SP1 and making sure my project is set to use the 3.5 framework I don’t see the ADO.NET Entity Framework template when trying to add a new item to the project.  As a side note I also have Visual Studio Express on the same machine and can see it list there, but I can not see in Visual Studio Professional.   Any help would be greatly appreciated!

답변

  • 2009년 6월 12일 금요일 오후 1:25_Roland 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    I uninstalled Visual Studio and reinstalled Visual Studio and reapplied VSSp1 and after that the ADO.NET Entity Framework template was there.

     

    As a side note I was getting Package 'Microsoft.VisualStudio.Xaml' has failed to load properly when I tried to open a xaml window. That error is also gone now as well.

     

    Thanks

모든 응답

  • 2009년 6월 8일 월요일 오전 9:28YiChun ChenMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi _Roland,

    Do you mean ADO.NET Entity Data Model template? Which edition of Visual Studio are you running now?

    Can you find the following files on disk:
    Item templates
    %programfiles%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\CSharp\Data\1033\AdoNetEntityDataModelCSharp.zip
    %programfiles%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\VisualBasic\Data\1033\AdoNetEntityDataModelVB.zip
    %programfiles%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\Web\CSharp\1033\AdoNetEntityDataModelCSharp_ASPNET.zip
    %programfiles%\Microsoft Visual Studio 9.0\Common7\IDE\ItemTemplates\Web\VisualBasic\1033\AdoNetEntityDataModelVB_ASPNET.zip

    If these files can be found, please try running devenv.exe /InstallVSTemplates.
    Visual Studio uses a cache on disk of all the installed project/item templates, to rebuild the cache, please run devenv.exe /InstallVSTemplates (in Start > Run or "Visual Studio 2005/2008 Command Prompt")

    Let me know if it works.

    Thanks
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • 2009년 6월 11일 목요일 오후 11:47juan32 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi, can you upload this files, please?.
    I have the same problem than _Roland but I don't have them

    Thanks.
  • 2009년 6월 12일 금요일 오전 2:32YiChun ChenMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi Juan32,

    Could you please try opening a new thread in this forum so that we can focus on your issue? Please clarify your issue more in your new thread. Which edition of Visual Studio are you running now? What's your OS? I'm willing to help you. :)

    Thank you for your understanding.

    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.
  • 2009년 6월 12일 금요일 오전 2:33YiChun ChenMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi _Roland,

    We are changing the issue type to “Comment” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by editing your initial post and changing the radio button at the top of the post editor window. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.

    Thank you!
  • 2009년 6월 12일 금요일 오후 1:25_Roland 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    I uninstalled Visual Studio and reinstalled Visual Studio and reapplied VSSp1 and after that the ADO.NET Entity Framework template was there.

     

    As a side note I was getting Package 'Microsoft.VisualStudio.Xaml' has failed to load properly when I tried to open a xaml window. That error is also gone now as well.

     

    Thanks

  • 2009년 7월 3일 금요일 오전 11:37Stefan Misch 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi YiChun,

    I have the same problem with (english) VS2008 (on german WinXP). I installed the Full Package of .NET FW SP-1/EN.
    I have those template files, I also tried devenv.exe /InstallVSTTemplates, but ADO.NET EF template is still not available, when I try to add such an new item to my project..

    Anything else I can check or try?

    Thanks,
    Stefan
  • 2009년 7월 4일 토요일 오후 12:16Stefan Misch 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,

    ehem... maybe I can excuse myself by stating that this was my first EF try (read an "How-To" article from Beth Massi). Of couse when you want to use ADO.NET EF, then your project should be a .NET FW 3.5 project...

    Sorry to bother,
    Stefan
  • 2009년 11월 27일 금요일 오전 7:03Bharath Reddy VasiReddy 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Stefan,
     

     was your problem solved....I am facing the same problem............


    Thanks
    Bharath Reddy VasiReddy
  • 2009년 11월 28일 토요일 오전 2:31_Roland 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Yes it fixed my problem. I hope it will fix yours. Good luck!