G
Guest
Not sure if this is the proper group for this but...
First, I am trying to figure out exactly what steps I must take on each
client machine to be able to Run a .Net WinForms ap from a local Intranet
mapped drive. Currently my app will only run if it is installed to a local
hard drive. Note that I am NOT interested in doing a SmartApp for this. I
only want to run this as an standard windows .net winforms app.
Secondly, is it possible to do an Install to a shared/mapped Intranet folder
from one machine, and then to go to another machine (with .Net framework on
it) and then execute that program from the mapped drive without having
installed it on that machine? If the answer is Yes, what about if the app
uses 3rd party DLL's like CrytalDecisions reporting DLL's. Is it enought for
those DLL's to be installed in the App folder or MUST they be installed into
each client machines local GAC?
Thanks in advance,
JIM
First, I am trying to figure out exactly what steps I must take on each
client machine to be able to Run a .Net WinForms ap from a local Intranet
mapped drive. Currently my app will only run if it is installed to a local
hard drive. Note that I am NOT interested in doing a SmartApp for this. I
only want to run this as an standard windows .net winforms app.
Secondly, is it possible to do an Install to a shared/mapped Intranet folder
from one machine, and then to go to another machine (with .Net framework on
it) and then execute that program from the mapped drive without having
installed it on that machine? If the answer is Yes, what about if the app
uses 3rd party DLL's like CrytalDecisions reporting DLL's. Is it enought for
those DLL's to be installed in the App folder or MUST they be installed into
each client machines local GAC?
Thanks in advance,
JIM