English 中文(简体)
耗氧潜能吨。 没有安装的网络部署
原标题:ODP.NET deployment without installation

我想部署一个使用Oracle s耗氧潜能吨的客户应用程序,但我不想在每台机器上安装耗氧潜能吨。 相反,我要复制每台机器上经过管理的批量或元件,并用一张共享的磁盘上贴上它赖以生存的土质。

我看到,它用一种方法从登记册中找到本地的lls。 因此,除了复制每台机器的矿石数据存取量之外,我还必须增加登记处钥匙,以在共用磁盘上标明本地的批号。

我的问题是:我们是否预见到使用正普净方法产生的任何问题?

最佳回答

(1) 耗氧潜能值。 该网络目前是管理和未管理的DLL混合体。 该系统还依赖来自Oracle客户的低水平未管理的DLs,例如联网等。

2) You will need all these required ODP.NET and client DLLs on each machine you deploy to.

3) 使你更容易这样做的一个潜在解决办法是研究“XCOPY”部署一揽子计划。 见耗氧潜能吨。 NET下载网页。 这是一个较小的装置,允许你书写自己的习俗安装器。 你可以将这些XCOPY文件作为你自己安装的一部分。

4) 甲骨质将在2012年建成一个完全管理的供应商的星座,这将使这一状况变得更糟(而总的规模只能是一对一对一).。

Christian Shay

Oracle

问题回答

The only files you need from the latest client are: Oracle.DataAccess.dll oci.dll oraociicus11.dll OraOps11w.dll

Just make sure they get copied to the output directory and everything will work. Nothing needs to be registered anywhere. You will however need to make separate x86 and x64 builds with the respective architecture s DLLs since an Any CPU .NET application will run in 32-bit mode on a 32-bit OS and in 64-bit mode on a 64-bit OS.

Since they re unmanaged I d assume that they d be ok on a network path, though that should be easy enough to test. However I d suggest that rather than changing the registry setting, you might be better off changing the DllPath config setting as described here.





相关问题
VS 2008 : How to publish with out DLLs?

I have developed a web application in Visual Studio 2008 and want to publish it in to the production server. I see a publish option there.But its producing files with DLL. I dont want to publish only ...

Apache: Deploying a new site to the server

I have a site currently live on a domain. I would like to switch it to a new site, that is currently in a password protected sub directory on this server. I have a "Site Maintenance in Progress" page....

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Pylons deployment questions

I m a beginner with Pylons and I ve mostly developed on my localhost using the built-in web server. I think it s time to start deployment for my personal blog, I have a Debian Lenny server with ...

Do I want Publish or Release Build in VB.net?

I wrote a little (like 40 lines little) Winforms application with VB.net in Visual Studio 2010. Now I ve released the code as a Google Code project. It s easy for a developer to get the source but I d ...

Need advice on my PHP development solution

Here is how our current php development solution is set up: Each developer work on their local machine. Each developer commit their change to a common SVN server (intranet). A commit hook upload the ...

loading from JAR files during deployment vs development

when i am loading some data into my java program, i usually use FileInputStream. however i deploy the program as a jar file and webstart, so i have to use getRessource() or getRessourceAsStream() to ...

热门标签