Created
November 28, 2012 17:41
-
-
Save Dillie-O/4162784 to your computer and use it in GitHub Desktop.
Pre-Build Event to check Provider Manifest Token
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
findstr /c:"ProviderManifestToken=\"2005\"" "$(SolutionDir)DAL\cptt.edmx" >nul 2>&1 | |
if errorlevel 1 echo Invalid Manifest token for DAL. Modify cptt.edmx file in a text editor and set the ProviderManifestToken property to 2005. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment