Click here to Skip to main content
15,881,631 members

Comments by Roland M Smith (Top 23 by date)

Roland M Smith 10-May-23 23:45pm View    
I'm pretty sure it is a configuration problem on their end. I have it running on three machines on my home network without issues.

The multiple instances of my app don't communicate with each other. Each instance is only communicating with the copy of IIS running on the same machine.

Do you see anything wrong or missing in the pseudo-code I posted?
Roland M Smith 22-Sep-21 11:27am View    
I've tried using my account on the app pool but that doesn't work. I think I saw somewhere that the account used on the app pool had to have elevated privileges on the other server. Is that correct?
Roland M Smith 18-Jun-20 15:34pm View    
Thanks for pointing out that I was deleting the structure before referencing it.

Why should I delete the 'delete'?
Roland M Smith 18-Jun-20 8:17am View    
The structure strArgument is deleted after the 'if' statement in the first snippet. The second snippet is in the middle of the BackgroundThread function. All uses of the structure in the background thread are before the second snippet so I am not using released memory.
Roland M Smith 3-Feb-20 20:02pm View    
Doesn't work. The .pb doesn't show at all.