Hello,
we have a problem with the UltraWinToolbarsmanager and the RDP in Windows 7 but also other remote tools.
From the beginning:
Everything works fine with the infragistic tools but when we use the Ultratoolbarsmanager on a form which is opened modal then it is closed by the closed rdp session.
I have addded a sample project to reconstruct.
Start the release on a Windows 7 machine and open some forms with the buttons. Connect to this machine via rdp an close this rdp session. Now all the modal forms are closed.
Hope to hear from you soon,
Bjoern
[Edit] We are using VS 2005 with Infragistics Windows Forms 9.1 [/Edit]
Which version of the .NET Framework are you using on these machines and have you installed service packs?
Hello Michael,
sorry for the delay. Yes we still have the issue, But there are some other things we gave a higher priority for a short time.
Remotedebugging is not an needfull option for this problem because in the testapplication i show a messagebox with the closereason (it is 0 in this case) and the stacktrace of the FormClosing-Event.
All what i can see in the stacktrace is that something is closing the form, but you can not see where or why.
The operation system on machines where the application runs is windows 7 SP1 (and some without SP) . The machines we starting the remote session are Windows XP SP3.
Sincerely,
Are you still experiencing this issue?
I will need to know more about the environment under which you are running. What operating system is running and which service packs have been installed on the machine where your application is running and also on the machine from which you are remoting?
You may be able to use the remote debugging capabilities of Visual Studio to find the cause of the issue as is described here:
http://msdn.microsoft.com/en-us/library/bt727f1t%28v=VS.100%29.aspx
I tried this again by remoting in from a machine with Windows XP and I got the same result. None of the forms had closed when I returned to my Windows 7 machines with the aerostyle enabled, not even the Ribbon or Ribbon (Thread). All of the Windows were still running.
The machine from which we remoted in is using mstsc.exe version 6.0.6001.18589.
Have you tried this on many different machines?