R
Roy Chastain
I have a rather large fat client program that is being one touch deployed by clicking a link to the exe on a remote IIS server.
This client is doing .NET Remoting to a server that is hosted in the IIS that the client was just loaded from.
Problem is that MOST (NOT all) of the MessageBox.Show calls in the client do not work correctly on one or more systems.
All of them do not fail on any given system and the ones that fail on one system may or may not fail on the other systems. It
appears that any given call that fails on a system will always fail on that system. Some of the calls have never failed on any
system.
The failure is very simple, the MessageBox flashes up and disappears and the "Default Beep" sound occurs during this process.
Sometimes you only see a glimpse of the message and sometimes it is display long enough to actually see that it was there. (1/4
second would be the longest time.)
I have seen failures on both Win2K SP4 and XP SP1 both running framework v1.1
Any ideas?
Thanks
This client is doing .NET Remoting to a server that is hosted in the IIS that the client was just loaded from.
Problem is that MOST (NOT all) of the MessageBox.Show calls in the client do not work correctly on one or more systems.
All of them do not fail on any given system and the ones that fail on one system may or may not fail on the other systems. It
appears that any given call that fails on a system will always fail on that system. Some of the calls have never failed on any
system.
The failure is very simple, the MessageBox flashes up and disappears and the "Default Beep" sound occurs during this process.
Sometimes you only see a glimpse of the message and sometimes it is display long enough to actually see that it was there. (1/4
second would be the longest time.)
I have seen failures on both Win2K SP4 and XP SP1 both running framework v1.1
Any ideas?
Thanks