If you ever see this error trying to build your web setup project:
- Error 1 Build failed due to validation errors in C:\…\DB.dbml. Open the file and resolve the issues in the Error List, then try rebuilding the project. C:\…\DB.dbml
Do the following to fix visual studio.
- Close the Visual Studio project.
- Open a new command prompt
- Navigate to C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
- Run Visual Sudio with the /resetskippkgs argument: devenv /resetskippkgs
- Open your solutions
- Build your web Setup project.
Where I found this solution:
http://blog.mjjames.co.uk/2008/07/build-failed-due-to-validation-errors.html
622a65ef-0b4f-44bb-9d82-f8098011ddc9|2|3.0