インストールを実行する代わりに、単に Microsoft エンタープライズ ライブラリ コンポーネントを .net ソリューションにバンドルすることが可能かどうか (またはその経験があるかどうか) を知っている人はいますか? お客様にインストール手順を行わせないようにしています。ご返信ありがとうございます!!:-)
1 に答える
3
はい、可能です。SCSFを見ると、SCSF ウィザードが entlib dll でいっぱいの/Libディレクトリを作成し、このソリューションのすべてのプロジェクトがそれらを参照していることがわかります。
/Libのリストがあります (もちろん、SmartClientアセンブリは除外する必要があります)。
Microsoft.Practices.CompositeUI.dll
Microsoft.Practices.CompositeUI.WinForms.dll
Microsoft.Practices.CompositeUI.WPF.dll
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.EnterpriseLibrary.Data.SqlCe.dll
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.dll
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll
Microsoft.Practices.EnterpriseLibrary.Logging.dll
Microsoft.Practices.ObjectBuilder.dll
Microsoft.Practices.SmartClient.ConnectionMonitor.dll
Microsoft.Practices.SmartClient.DisconnectedAgent.dll
Microsoft.Practices.SmartClient.EndpointCatalog.dll
Microsoft.Practices.SmartClient.EnterpriseLibrary.dll
于 2009-04-28T23:47:02.533 に答える