MSLinqToSQLGenerator warning
asp.net, c#, linq-to-sql
Solution
You need to install the "LINQ to SQL tools" item under the "Code Tools" category in the "Individual Components" tab of the Visual Studio installer.
Problem
WARNING: A custom tool 'MSLinqToSQLGenerator' is associated with file 'MyApp\Forms\MyData.dbml', but the output of the custom tool was not found in the project. You may try re-running the custom tool by right-clicking on the file in the Solution Explorer and choosing Run Custom Tool. I've uploaded my code to Source Control and it compiles just great. My co-worker downloaded the code and gets the above warning. He tried right-clicking and running Custom Tool, but this did not resolve the warning. How can we trigger the generation and clear the warning?