M
mina
hi
i am using vb.net 2005 to my desktop application.
my problem is like this
when i am running my project it occupies 100% cpu at 1st form load.
then again it release memory upto 95%.
when i am calling new / loading another form it agein occuipes 100%
cpu or near about it.
While loading each form i am doing like this:
me.close
me.dispose
system.gc.collect()
but it can not release memory resources doing
also while opening data base connection i am doing like this
connection.dispose
command.dispose
reader.dispose
dataset.dispose
but it still shows me cpu ocuuipes near about 70 % to 90 %
can any one help me.....
i am using vb.net 2005 to my desktop application.
my problem is like this
when i am running my project it occupies 100% cpu at 1st form load.
then again it release memory upto 95%.
when i am calling new / loading another form it agein occuipes 100%
cpu or near about it.
While loading each form i am doing like this:
me.close
me.dispose
system.gc.collect()
but it can not release memory resources doing
also while opening data base connection i am doing like this
connection.dispose
command.dispose
reader.dispose
dataset.dispose
but it still shows me cpu ocuuipes near about 70 % to 90 %
can any one help me.....