Message in Chinese (Traditional) (中文(繁體))
預設的目標 Entity Framework 版本必須有 edmx 結構描述版本 <var>X</var> 或更早的版本。而指定的結構描述為版本 <var>Y</var>。若要避免此警告,請明確指定目標 Entity Framework 版本。若要這樣做,您可以使用 EdmGen.exe 命令列工具搭配 targetVersion 選項,或是在呼叫 GenerateCode 方法時包含 targetEntityFrameworkVersion 參數。
Unlocalized message
The default target Entity Framework version requires the edmx schema version <var>X</var> or lower. The specified schema is version <var>Y</var>. To avoid this warning specify the target Entity Framework version explicitly. You can do this by using the EdmGen.exe command-line tool with the targetVersion option, or by including the targetEntityFrameworkVersion parameter when calling the GenerateCode method.
Search by Google