J
Jack Wright
Dear All,
We are implementing No Touch Deployment stratergy for our
clients...We have deployed our dlls on the WebServer the following way
in C:\Inetpub\wwwroot\SmartForms\bin contains all the common
dlls...(SmartForms is the Virtual directory name)
in C:\Inetpub\wwwroot\SmartForms\HRDForms we have HrdForms.exe
in C:\Inetpub\wwwroot\SmartForms\HRDForms\bin2 we have HrdForms
related dlls...
In order to access files in my bin directory of the Virtual folder I
have to make my bin directory's readable option true (Is there some
other workaround)
Also how do I set the probing path so that HrdForms exe searches for
bin2 for dependant dlls...
OR can I use System.Reflection.Assembly.LoadForm("") to download the
dll to the client machine...but then how will HrdForms know that the
assembly has been downloaded...
Please help...
TALIA
Many Regards
Jack
We are implementing No Touch Deployment stratergy for our
clients...We have deployed our dlls on the WebServer the following way
in C:\Inetpub\wwwroot\SmartForms\bin contains all the common
dlls...(SmartForms is the Virtual directory name)
in C:\Inetpub\wwwroot\SmartForms\HRDForms we have HrdForms.exe
in C:\Inetpub\wwwroot\SmartForms\HRDForms\bin2 we have HrdForms
related dlls...
In order to access files in my bin directory of the Virtual folder I
have to make my bin directory's readable option true (Is there some
other workaround)
Also how do I set the probing path so that HrdForms exe searches for
bin2 for dependant dlls...
OR can I use System.Reflection.Assembly.LoadForm("") to download the
dll to the client machine...but then how will HrdForms know that the
assembly has been downloaded...
Please help...
TALIA
Many Regards
Jack