Solução para erro " dbmlError: The operation could not be completed. Erro não especificado" no build Visual Studio 2008. Solução passada pelo Desenvolverdor Felipe Mendonça, da Wikicode Informática. http://www.wikicode.com.br Para a solução do problema siga os passo abaixo: Versão em Inglês: 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 ...