Forum Discussion

avila's avatar
avila
Icon for Nimbostratus rankNimbostratus
Aug 21, 2019

Can not run application when using F5 LTM

Hi experts,

I would like to seek your help as we've been having this issue for few weeks already. We have this URL that when we open the url it should actually open file name Symphonyweb.xbap.

If we direct connect to the server there is no issue. Traffic via GTM have also no issue at all, this is by creating the server at node at GTM.

However, using LTM VIP we always end up with an error as shown below. Every time we open the url its just download the symphonyweb.xbap file and nothing happens.

Hope anyone can advise. Thank you very much in advance.

************** Exception Text **************
System.InvalidOperationException: DragDrop registration did not succeed. ---> System.Threading.ThreadStateException: Current thread must be set to single thread apartment (STA) mode before OLE calls can be made. Ensure that your Main function has STAThreadAttribute marked on it.
   at System.Windows.Forms.Control.SetAcceptDrops(Boolean accept)
   --- End of inner exception stack trace ---
   at System.Windows.Forms.Control.SetAcceptDrops(Boolean accept)
   at System.Windows.Forms.Control.OnHandleCreated(EventArgs e)
   at System.Windows.Forms.Control.WmCreate(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.UserControl.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

1 Reply

  • You should do a tcpdump or use an iRule to extract what is actually happening and why it is failing. Could it be that the file is located on a different server?