Please help
i am using visual c# expres edition and after devoloping my project, now, when i change a parameter, ex: label's text, and compiling project, the label's name doesn't change..it keeps the old text..what can i do?what is wrong?
[229 byte] By [
Sqnyy] at [2007-12-24]
"now, when i change a parameter, ex: label's text"
This statement is not clear, Can you please elaborate! You are changing text of a label or what?
Thanks!!!
when i change text of a label..
or
ex: i try to send data via serial port
and i now use
serialport1.Write(" sdlfsdk m");
but before i use it three times like this:
serialport1.Write(" sdlfsdk m");
serialport1.Write(" sdlfsdk m");
serialport1.Write(" sdlfsdk m");
and still compiler sends three times..
what is wrong?
Make sure after each compilation you have a new build, Check the Creation date time of exe after you compile, The behavior you are telling is not normal and it should not happen like this. Double check the things I have told you.