Winform web-deployment (no touch)

  • Thread starter Thread starter cgia
  • Start date Start date
C

cgia

I found out that only using winform I can use the winword interop and
generate word document in the client machine and connect to a remote
database, so that I have made a winform application which accesses
winword on the client and a remote db.
Afterwards I wanted to use the no touch deployment but the winform
cannot anymore start winword on the client, and I get a security
exception.

Does that mean that I cannot use no touch deployment with this
winform, but I have to install it locally in each machine?
 
One option would be to adjust the security settings on the local machine(s).
You can do that using the .Net applets in the Control Panel.

Richard Rosenheim
 
Back
Top