简体   繁体   English

如何在不关闭旧vb.net应用程序的情况下打开新的vb.net应用程序实例?

[英]How can the new vb.net application instance opened without closing the old vb.net application?

We have some vb.net application running in the server. 我们在服务器中运行了一些vb.net应用程序。 We are using windows server 2012 R2 server .Server and clients are connected through LAN and clients will be accessing application from server and all clients access from same path .When new version of application is built the changes will be directly replaced in server with clients working on vb.net instance .With old application instance open ,when we try to open new application instance it opens old application instead of new .How can the new vb.net application instance opened without closing the old vb.net application? 我们正在使用Windows Server 2012 R2服务器。服务器和客户端通过LAN连接,客户端将通过服务器访问应用程序,所有客户端都将从同一路径访问。构建新版本的应用程序后,更改将直接在服务器上替换为客户端正常工作在vb.net实例上。在打开旧应用程序实例的情况下,当我们尝试打开新应用程序实例时,它将打开旧应用程序而不是新应用程序。如何在不关闭旧vb.net应用程序的情况下打开新vb.net应用程序实例? We are using visual studio 2008 and clients can be with operating system windows XP,7,8. 我们正在使用Visual Studio 2008,客户可以使用Windows XP,7、8操作系统。

Have you tried using the embedded ClickOnce Deployment Publish and Deploy feature? 您是否尝试过使用嵌入式ClickOnce Deployment发布和部署功能? It's in Visual Studio 2008. 在Visual Studio 2008中。

You can update your program, deploy it on the server, and force every application (installed on your network client PCs) to check for updated at the next launch. 您可以更新程序,将其部署在服务器上,并强制每个应用程序(安装在网络客户端PC上)在下次启动时检查更新。 It's very simple to do, it's just a yes/no check during the deployment phase. 这非常简单,在部署阶段只是一个是/否检查。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM