SQLServer データベースに対して Entity Frameworks Power Tools リバース エンジニア Code First を使用しようとしたところ、次のエラーが発生しました。
System.ArgumentException: modelEntityContainerName パラメーター 'testContext' に無効な文字が含まれています。
System.Data.Entity.Design.EntityModelSchemaGenerator..ctor (EntityContainer storeEntityContainer、文字列 namespaceName、文字列 modelEntityContainerName)
で Microsoft.DbContextPackage.Handlers.ReverseEngineerCodeFirstHandler.ReverseEngineerCodeFirst (プロジェクト プロジェクト) で
このエラーを続行または回避するか、回避するためにできることはありますか。
ありがとう。