Jump to content

Recommended Posts

Posted

Ive got a bespoke .exe file which connects to an IP device which is used to control the multimedia in a classroom. (turn on lights, turn on projector etc) by clicking on buttons on the app.

 

There is dedicated PC in the classroom that the teachers remote connect to, and this .exe runs on that pc.

 

Problem is, when they remote connect, the .exe doesnt run. If they log in locally to the machine, the .exe runs.

 

Ive disabled the firewall etc on the pc, but cannot figure for the life of me why this wont work over a remote session.

 

There is obvioulsy something different when running remotely from locally but I have no idea what those are or how to get this .exe to run.. Help!

Posted
its a .exe file on the desktop Im trying to double click on. It just does nothing in any sort of remote controlled environment.

 

Could be a few things offhand (from a coding point of view), Like if it's trying to access any certain files/registries, and doesn't have knowledge of Terminal users, it won't auth properly as that user won't exist locally.

 

Any ideas on what it's actually trying to run/access from code end?

 

Steve

Posted

the .exe is literally just a bunch of buttons which send an on/off through IP to the device which then implements the switch on or off.

 

Its just a little GUI made in ( i think ) visual basic. Would a screen frame rate affect that?

 

I can send anyone the process monitor caputre of it failing in rdp/vnc and of it working locally if they think they would be able to tell anything from it (3mb each) pm me :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...