I went to the folder located at C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE. I did a command line startup of visual studio there using this command:
devenv /log c:\ActivityLog.xsl
Then I tried to rebuild my project. My ActivityLog.xsl had no errors, but a few warnings. I did a search in the file for the string "warning" and I eventually found this GUID:
8D8529D3-625D-4496-8354-3DAD630ECC1B
Then I googled it, which lead to this forum thread:
http://forums.msdn.microsoft.com/en-US/vssetup/thread/2ed4a7c2-7def-42b1-a52c-85476d493af1/
Using that thread, I did another command line command:
devenv /resetskippkgs
I then reopened my solution and was able to build my project, open DBML files and insert new DBML files with the ability to edit them in visual mode.
Versão em Português: Sem enrolation! :)
Vá para a pasta localizada em C: \ Program Files \ Microsoft Visual Studio
9.0 \ Common7 \ IDE. Inicie o prompt de comando do Visual Studio não utilizar o cmd.
digite o comando:
Devenv / resetskippkgs
Em seguida, reabria a sua solução e tente abrir o arquivos DBML. Se não abri, tente recria-lo.
Fonte: http://forums.msdn.microsoft.com/en-US/vssetup/thread/2ed4a7c2-7def-42b1-a52c-
85476d493af1 /
Comentários