Coding Problem - HELP

  • Thread starter Thread starter A_PK
  • Start date Start date
A

A_PK

Hi,

I have encounter this strange problem....

sometimes I delete some listview1 or imagelist1 or some property...
then my previous code will have error....

My previous code is working fine, and I backup it....
then i delete one listview1 and imagelist1, and recreate one....then
suddenly my previous coding is not working....
whenever come to xxx.text....then will have problem.....

now i open my backup file deploy...also can not....

anyone pls help me....

I do not make any changes on my coding...only delete the listview1 or
imagelist1, then my whole program will have problem...
anyone know how to trace the problem ?

thank you very much

Regards
 
Is this at runtime or compile time and what is the exact full error message?

Also consider describing your problem with repro steps e.g.
1. Create a project
2. Add x, y, z code
3....

Cheers
Daniel
 
Back
Top