Puiu Posted September 12, 2007 Posted September 12, 2007 Hi, I've created a windows forms application (VS 2005) and i would like to place it on server so that other computers on my network run it from there. I already copied the software on the server, but when i try to run it from another computer it simply says that the application has stopped working. Thanks Quote
digioz Posted May 31, 2008 Posted May 31, 2008 Take a look at this article: http://community.prestwood.com/ASPSuite/KB/document_view.asp?qid=100507 I think you could benefit from using ClickOnce deployment to have people run / deploy your applications off your server. Pete Quote
joe_pool_is Posted July 11, 2008 Posted July 11, 2008 I think you could benefit from using ClickOnce deployment to have people run / deploy your applications off your server.Hi Pete, I came across this because I need to do something similar. The difference I have is that my application will be run on multiple Citrix servers, and ClickOnce Deployment does not seem to work with Citrix servers. I am curious to hear other solutions, though. Quote Avoid Sears Home Improvement
Nate Bross Posted July 11, 2008 Posted July 11, 2008 Can you elaborate a little bit more on what your trying to do with Citrix? Are you running an application through Citrix for end users? Or are you trying to start an application on the Citrix server from a remote machine? Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
digioz Posted July 12, 2008 Posted July 12, 2008 Hi Pete, I came across this because I need to do something similar. The difference I have is that my application will be run on multiple Citrix servers, and ClickOnce Deployment does not seem to work with Citrix servers. I am curious to hear other solutions, though. Maybe I am not understanding the problem correctly, but isn't the whole idea of having a Citrix Server to allow non-windows and windows users alike to run an application off of a main server? If that's the case then all you would have to do is to install your application on the Server itself, and Terminal users would be able to access it. If your setting however is more of a Thin Client type setting however I would recommend that you create a bootstrap application to install and launch your application on the fly. Pete Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.