Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

I created an simple hello program in .NET

I copied the executable to another machine with .Net Framework installed

 

I can run it as an Windows administrator (user with Windows Admin rights)

However, as a user with Windows "User" rights my application fails to start.

 

Any thoughts?

Posted
Hard to say without knowing what code your application performs. As a side note however most applications aren't distributed as the compiled exe, but instead are wrapped into a deployment package which can be istalled on the target pc. I'm assuming this isn't what you did?
Anybody looking for a graduate programmer (Midlands, England)?
Posted
Actually, there was no code, I just created a blank form application; i.e. when you run the executable, a generic windows form comes up. And no, I didn't create a deployment package. I just copied the executable over to the target machine.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...