G
Guest
Hi,
I have a windows forms application, developed under .Net 2003. This
application mainly accesses a remote Oracle database to generate reports. To
be able to run my application, I have to install it on every PC that needs to
use it, along with the .Net framework 1.1 and all the libraries it needs. I
made an msi file that does everything I need and it works very well.
Now, I would like, instead of having to install the application on every PC,
to install the application on the server, where the database is, and access
it remotely. Is it possible to do that with the present application or do I
have to rewrite it in a different manner? I tried to run the application
remotely and I received an error, and couldn't load the application.
Thanks
I have a windows forms application, developed under .Net 2003. This
application mainly accesses a remote Oracle database to generate reports. To
be able to run my application, I have to install it on every PC that needs to
use it, along with the .Net framework 1.1 and all the libraries it needs. I
made an msi file that does everything I need and it works very well.
Now, I would like, instead of having to install the application on every PC,
to install the application on the server, where the database is, and access
it remotely. Is it possible to do that with the present application or do I
have to rewrite it in a different manner? I tried to run the application
remotely and I received an error, and couldn't load the application.
Thanks