Hi guys,
I built VB.NET (VS 2012) application that works with Excel. Compiled exe and saved it on shared network drive. Works fine if I just locate the file and start it in Windows Explorer. Throws the exception (InteropServices, method not found) in Citrix.
Found it happens when code deals (like 'If goExcel Is Nothing') with Excel.Application object, which I declared in modMain as
Public goExcel As New Excel.Application
Also, in the modMain and in the form I included this line:
Imports Microsoft.Office.Interop
If anybody could help me please, I will greatly appreciate it!
Thank you!
vladk
I built VB.NET (VS 2012) application that works with Excel. Compiled exe and saved it on shared network drive. Works fine if I just locate the file and start it in Windows Explorer. Throws the exception (InteropServices, method not found) in Citrix.
Found it happens when code deals (like 'If goExcel Is Nothing') with Excel.Application object, which I declared in modMain as
Public goExcel As New Excel.Application
Also, in the modMain and in the form I included this line:
Imports Microsoft.Office.Interop
If anybody could help me please, I will greatly appreciate it!
Thank you!
vladk