C# .net APP--pls help

  • Thread starter Thread starter Bruce Wood
  • Start date Start date
B

Bruce Wood

You will need to post the full text of the error message, as well as
the part of the code where the error is happening. Without both the
full error message and the C# code we won't be able to give any useful
advice.
 
Sounds as if the datagrid is using dynamic properties (the values are loaded from a config file) and the value for AllowSorting (and probably the rest of them) are not in the config file - or the config file doesn't exist at all.

If your application is called prog.exe, there will be a file called prog.exe.config on your machine. Make sure you copy the application config file into the same directory as the executable on your friends machine

Regards

Richard Blewett - DevelopMentor
http://www.dotnetconsult.co.uk/weblog
http://www.dotnetconsult.co.uk

Hi ,all
I have an App in CSharp which works fine on my computer,
when i try to run this exe on my friend 's computer(he have
already installed the .net Framework 1.1 .) it show me
an err.have the fellowing err msg:
///////
" the key datagrid1.AllowSorting' does exist in......."
///////
thank u in advance !
 
Hi ,all
I have an App in CSharp which works fine on my computer,
when i try to run this exe on my friend 's computer(he have
already installed the .net Framework 1.1 .) it show me
an err.have the fellowing err msg:
///////
" the key datagrid1.AllowSorting' does exist in......."
///////
thank u in advance !
 
Back
Top