I recently started getting this error message which is stopping my application from running:
"The network variable process was not found or is not responding".
This is the first time I ever reveiced this. The machine running this app is looking for NV on another maching. The machine running the app does not need to host any NVs. The only think I have done prior to receiving this message is to create a setup project so someone could install the app on their machine. I also updated how some controls get enabled/disabled. I can't see how either one of these could cause this problem
The line of code the debuger stops on is
Me.Mainform = Global.Zebra_GUI.ZebraGUI
This in in the function Global.System.Diagnostics.DebuggerStepThroughAttribute()
I have not touched anything to do with NVs in a long time so I really have no idea what I could have done that would have effected NVs. I am certainly open to any ideas/suggestions anyone has.