カスタム リゾルバーを作成し、エンティティ フレームワーク 4.0 (BTSNtsvc.exe.config ファイルに保持されているエンティティ フレームワーク接続文字列) を使用して、データ アクセス レイヤーを使用してデータベースからデータを取得しました。
<add name="MadagascarDbEntities"
connectionString="metadata=res://*MadDb.csdl|res://*/MadDb.ssdl|res://*/MadDb.msl;provider=System.Data.SqlClient;provider
connection string="data source=ttttt;initial catalog=MadagascarDb;persist security info=True;user id=eeeee;password=xxxxxx;multipleactiveresultsets=True;App=EntityFramework""
providerName="System.Data.EntityClient" />
ただし、次のエラーが発生します...
The invoked member is not supported in a dynamic assembly.
Source: Microsoft.Practices.ESB.Resolver.ResolverMgr
Method: System.Collections.Generic.Dictionary`2[System.String,System.String] Resolve(Microsoft.Practices.ESB.Resolver.ResolverInfo, Microsoft.BizTalk.Message.Interop.IBaseMessage, Microsoft.BizTalk.Component.Interop.IPipelineContext)
Error Source: mscorlib
Error TargetSite: System.IO.Stream GetManifestResourceStream(System.String)
Error StackTrace: at System.Reflection.Emit.InternalAssemblyBuilder.GetManifestResourceStream(String name)
手がかりはありますか?
助けてくれてありがとう