exe do not works

  • Thread starter Thread starter andrews
  • Start date Start date
A

andrews

A program from myself works fine on my computer but on a computer of my
friend it gives a warning "can not open ..."
He has framework.3.5 installed and works as administrator on his computer
Thanks for any response
 
How did you get this "program" on your friends machine.

Did you install it using clickonce or just drag and drop the exe over?
What is the whole error message?
 
I send the release version with a mail client to my friend
I think it is the same when I put this program on my desktop window.
I will notice the error message in a short time
THe O.S. is XP
 
I send the release version with a mail client to my friend
I think it is the same when I put this program on my desktop window.
I will notice the error message in a short time
THe O.S. is XP

A guess: If you developed your program on your computer, and if you're
using some kind of COM interop (an OCX or DLL), thus it must be
registered on development machine which is yours, and plus it also
must be registered (using regsvr32) on target machine as well which is
your friend's.

Onur Güzel
 
The error message is like this (free translation)
Can not access the given device, path or file or you have no permission
 
andrews said:
The error message is like this (free translation)
Can not access the given device, path or file or you have no permission


It sounds like your program opens a file already existing as it starts, or
wants to write to a folder that does not exist. Since we cannot see your
code, it's hard to tell.
 
Back
Top