Re: How to make the app run?????
- From: "Norman Yuan" <NoAddress@xxxxxxxxxxxx>
- Date: Tue, 7 Aug 2007 11:49:33 -0700
You need to provide more information on the "not working" thing. And it is
very common with a not thorough testing application does not work on the
client computer.
Is your app an Window Form application? (it seems yes)
How do you get in "installed" on client computer? Did you created an
installation package? Or did you simply XCopied whole folder to the client
computer? Dod you "install" it locally or on a network share?
Is proper version of .NET framework installed on the client computer?
With such very basic information, only thing that can be said is you did not
do things correctly and show your app to your client a bit too early.
"Kjell" <Kjell@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CDF17685-5F17-41CE-8F0D-9F0A35DF0006@xxxxxxxxxxxxxxxx
Hello
I've taken a four days training in C#, very good training, experienced
teacher and all that, very positive.
Went home spent a week making my first application, slightly more than the
usual "Hello world".
Took it with me to my best customer, and beleive it or not....It will not
work !!!!
How can that happen!!!
It works fine on my XP-pro at home and not at all on my customers XP-pro
with all updates, with Domain User account, no matter how I try, it
refuses
to execute certain sections of the code, everything trivial like showing a
form (empty of course) no problem, but everything interesting like open
the
ADO connection to the databas, get the recordset filled and fill the List
on
the empty form NOPE, can't do that due to some .Net Framework security
issues.
So, How can I make 200 client machines accept my C# code without manually
configuring them one by one?
Kjell
.
- Follow-Ups:
- Re: How to make the app run?????
- From: Kjell
- Re: How to make the app run?????
- Prev by Date: Unable to set DataGridViewCheckboxCell to Checked in DataGridView in a TabControl
- Next by Date: Re: How to make the app run?????
- Previous by thread: Unable to set DataGridViewCheckboxCell to Checked in DataGridView in a TabControl
- Next by thread: Re: How to make the app run?????
- Index(es):
Relevant Pages
|