I have the following code working on my work station but when we try it on a terminal server we get the HRESULT error in the subject line. I am using a web browser property to display output when I am done getting the XML and parsing it out so I can go get an image to view.
* CREATE - instantiate a NON-GUI CLASS *
CREATE "@System"
NAMESPACE is "System.Net"
CLASS-NAME is "WebClient"
HANDLE is WWebClient-Handle.
* * Set the Default Credentials *
Modify WWebClient-Handle
UseDefaultCredentials is 1.
Modify WWebClient-Handle
"@DownloadFile"
(WS-IMAGE-ADDRESS-TRANSACTION-LIST, XMLTMPIN-ID).
I have installed extend 10.0.1 onto the terminal server and that did not seem to help anything. I also tried to execute marshal.exe /RegServer command and this doesn't appear to do anything. I also tried regasm20acu /register /codebase AcuToNet.dll command and it flashed something but did not solve the problem.
I was wondering if anyone had any other suggestions on what I could do.
I am also trying to display a statement pdf in the web browser property and it display's and I see the pdf properties to zoom in and out and print and I get a scroll bar on the right. But I can not actually click or do anything with them. I am thinking this has to do with Acrobat Reader/DC but was wondering if anyone had any input on this as well. I want to be able to scroll at least so I can view the whole document.



