Hello,
I am buidling a program that connects to Simconnect in vb.net.
I have checked the program and it works great in my Windows XP PC>.
When I copy it to my laptop (Vista OS) i'm getting the microsoft's error report (send \ don't send window) immediately after I execute the EXE.
I wan't to add that in the XP OS the program works great! So after I got this error I made some try and error tests to see which line in-code makes it.
The line that result the error:
this is how fsx_simconnect variable is declared:
any Ideas?
Thanks in advance,
I am buidling a program that connects to Simconnect in vb.net.
I have checked the program and it works great in my Windows XP PC>.
When I copy it to my laptop (Vista OS) i'm getting the microsoft's error report (send \ don't send window) immediately after I execute the EXE.
I wan't to add that in the XP OS the program works great! So after I got this error I made some try and error tests to see which line in-code makes it.
The line that result the error:
Code:
fsx_simconnect = Nothing
this is how fsx_simconnect variable is declared:
Code:
Dim fsx_simconnect As SimConnect
any Ideas?
Thanks in advance,

