cf_user Posted December 28, 2005 Posted December 28, 2005 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? Quote
Cags Posted December 28, 2005 Posted December 28, 2005 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? Quote Anybody looking for a graduate programmer (Midlands, England)?
cf_user Posted December 28, 2005 Author Posted December 28, 2005 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. Quote
Administrators PlausiblyDamp Posted December 29, 2005 Administrators Posted December 29, 2005 What error (if any) does it give? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
cf_user Posted December 29, 2005 Author Posted December 29, 2005 alas, not even an error. I even checked the event logs. Quote
Administrators PlausiblyDamp Posted January 3, 2006 Administrators Posted January 3, 2006 If you are running taskmanager and then start the app does it appear in the task list? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
cf_user Posted January 3, 2006 Author Posted January 3, 2006 when you double click on the application, you see the application name pop up in the task manager, and then it goes away. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.