Build Errors in Visual Studio with AnkhSVC source control
-
Monday, March 05, 2012 3:37 PM
I'm working on a web application and when I check out the program with source control I usually do a build and everything has been successful. Then I if make any kind of change to the .edmx file and try to compile again I get error after error. When my colleague does the same thing with the same project he gets no such error.
Some of the .cs files after the change to the edmx and the build are converted to templates even though they were originally made from scratch.
Here is the error I'm getting:
Error 1 Compiling transformation: 'Microsoft.VisualStudio.TextTemplating6369C9141E45365CBFAAE9A73F25AA47.GeneratedTextTransformation.MetadataTools' does not contain a definition for 'NeedsHandleCascadeDeleteMethod' and no extension method 'NeedsHandleCascadeDeleteMethod' accepting a first argument of type 'Microsoft.VisualStudio.TextTemplating6369C9141E45365CBFAAE9A73F25AA47.GeneratedTextTransformation.MetadataTools' could be found (are you missing a using directive or an assembly reference?) c:\Users\zkamm\Documents\Visual Studio 2010\Projects\MathenaMaster\MathenaMaster\BlackbookDB.tt 428 12
What is going on?
- Moved by Bob_BaoMVP Monday, March 19, 2012 9:06 AM (From:Visual Studio Source Control and SourceSafe)
All Replies
-
Tuesday, March 06, 2012 5:44 AM
Could you please check if you get all files from your source control server? Check if your some project folders are readonly, or there are some dependency files missed? Please expand the reference of the project, check its references.
It is hard to say this issue is related with VS or AnkhSVC, but for AnkhSVC, you could choose to post the question on the third party support channel: http://ankhsvn.open.collab.net/ds/viewForumSummary.do?dsForumId=582 Thanks.
Sincerely,
Bob Bao [MSFT]
MSDN Community Support | Feedback to us

