Strong name signing and Interop.Word

  • Thread starter Thread starter Ben Empson
  • Start date Start date
B

Ben Empson

Hi all.

I am trying to write a Windows User Control that I can deploy over the
internet in order to automate Word. I am getting data from SQL Server to
write a report.

I have managed to get to the point of having a working control that does
everything I want. I am now looking at deployment issues. At the moment, to
run the control through the browser on a new client, I have to run the .NET
'Trust an Assembly' Wizard and assign full trust to the control.

This seems to work over my local network. I am now trying to do the same
from a remote network, but the wizard tells me it cannot load the assembly.
There is a firewall at both ends - I am wondering if the wizard does not
use port 80 but something else I need to unblock? The remote computer can
see the website fine - just the control is not loaded.

Any help appreciated :-)

Regards, Ben Empson
 
Back
Top