在没有 powershell 的情况下添加 Enterprise Library 6?
Add Enterprise Library 6 without powershell?
我一直在尝试安装 Enterprise Library 6,但很痛苦。我尝试遵循 Enterprise Library 6: Installation and VS2012 Configuration,但我在使用 powershell 命令时遇到问题。我还尝试打开 install-packages.ps1
并粘贴到 powershell 中,但我继续出现错误。我不确定它是否是我的机器及其限制,但我不想仅仅为了一次调用存储过程而经历这个安装过程。
我很少用powershell,今天也不想开始学。有没有办法只下载所需的 dll 并将它们添加为对我的项目的引用?
我已经添加了 Microsoft.Practices.EnterpriseLibrary.Data
作为参考,并且项目构建良好,但是当它运行时,其中一种方法出现错误。看来我还需要添加其他 dll (Microsoft.Practices.EnterpriseLibrary.Common
),等等。
我只想下载这些 dll 并将它们添加为参考。我不想经历任何安装过程。
这可能吗?谢谢
我下载了Microsoft.Practices.EnterpriseLibrary.ConfigConsoleV6.vsix。然后我在 winrar 中打开,copy/pasted Microsoft.Practices.EnterpriseLibrary.Common.dll
到我的 bin 文件夹,并添加为对我的项目的引用。
然后我从nuget.org下载了enterpriselibrary.data.6.0.1304.nupkg
,用winrar打开。然后我 copy/pasted Microsoft.Practices.EnterpriseLibrary.Data.dll
到我的 bin 文件夹,并添加为对我的项目的引用。
我一直在尝试安装 Enterprise Library 6,但很痛苦。我尝试遵循 Enterprise Library 6: Installation and VS2012 Configuration,但我在使用 powershell 命令时遇到问题。我还尝试打开 install-packages.ps1
并粘贴到 powershell 中,但我继续出现错误。我不确定它是否是我的机器及其限制,但我不想仅仅为了一次调用存储过程而经历这个安装过程。
我很少用powershell,今天也不想开始学。有没有办法只下载所需的 dll 并将它们添加为对我的项目的引用?
我已经添加了 Microsoft.Practices.EnterpriseLibrary.Data
作为参考,并且项目构建良好,但是当它运行时,其中一种方法出现错误。看来我还需要添加其他 dll (Microsoft.Practices.EnterpriseLibrary.Common
),等等。
我只想下载这些 dll 并将它们添加为参考。我不想经历任何安装过程。
这可能吗?谢谢
我下载了Microsoft.Practices.EnterpriseLibrary.ConfigConsoleV6.vsix。然后我在 winrar 中打开,copy/pasted Microsoft.Practices.EnterpriseLibrary.Common.dll
到我的 bin 文件夹,并添加为对我的项目的引用。
然后我从nuget.org下载了enterpriselibrary.data.6.0.1304.nupkg
,用winrar打开。然后我 copy/pasted Microsoft.Practices.EnterpriseLibrary.Data.dll
到我的 bin 文件夹,并添加为对我的项目的引用。