Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

MSLinqToSQLGenerator warning

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?

like image 958
Susan Avatar asked May 15 '12 15:05

Susan


1 Answers

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.

LINQ to SQL tools

like image 56
Bogdan Verbenets Avatar answered Oct 28 '22 11:10

Bogdan Verbenets