ASP.NET MVC- Bizarre problem - suddennly lost all LINQTO SQL data context objects

Posted by MikeD on Stack Overflow See other posts from Stack Overflow or by MikeD
Published on 2010-05-27T04:22:10Z Indexed on 2010/05/27 4:41 UTC
Read the original article Hit count: 315

Filed under:
|
|

I was making an edit to a long existing project. Specifically I added some fields to a table and had to delete the table from the LINQTOSQL designer and re-add it. doesn't Also had to do the same for a view. Mode some other code changes and went to build . Now my project won't build because it can't resolve any of the data context objects (all tables and views) in my code. I don't know what I did or how this happeened. I have many tables and views in the project's L2S data context so I don't wont to try and do over. Please any suggestions on how to resolve this problem are greatly appreciated. Desparate! The error messages I am getting are the familiar The type or namespace name 'equipment' could not be found (are you missing a using directive or an assembly reference?)

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about LINQ