jain_mj
Member
I have made an app in vb.net 2002. It works fine in a winXP system with vs.net installed. It works fine in a win98 system with dotnetfx installed. But it is not working in a winxp system with only dontnefx installed. It gives a lot of 'unhandled exception errors'.
So if u have a system with vb2002 and another winxp system with only dotnetfx in it, please check my app. It is attached.
The program is just adding/editing records in an access db.
It is very urgent
Thanks in advance
----------------------
First i tried with dotnetfx 2.0, failed
then with 1.0, failed
then with 1.0 + MDAC + JET, failed
tehn with above 3 + MS Access, failed
then with 1.1 replacing 1.0, again failed.
'failed' means it shows unhandled exception error when loading. I clicked 'continue by ignoring them' then similar errors when add and edit buttons is clicked
The fun is that it works fine in win98!!! and not in winXP!!!
In the startup form, a red box along the corners is formed with diagonals. I have a linklabel in my form and now there is a similar 'box with diagonals' insted of the linklabel.
Experiance the problem yourself if u can. I need to solve this urgently.
-------------------------
My app uses
datagrid, linklabel, textboxes, buttons, system.data.oledb, system.IO
Nothing special about it. but why this is so.
Please see my app
So if u have a system with vb2002 and another winxp system with only dotnetfx in it, please check my app. It is attached.
The program is just adding/editing records in an access db.
It is very urgent
Thanks in advance
----------------------
First i tried with dotnetfx 2.0, failed
then with 1.0, failed
then with 1.0 + MDAC + JET, failed
tehn with above 3 + MS Access, failed
then with 1.1 replacing 1.0, again failed.
'failed' means it shows unhandled exception error when loading. I clicked 'continue by ignoring them' then similar errors when add and edit buttons is clicked
The fun is that it works fine in win98!!! and not in winXP!!!
In the startup form, a red box along the corners is formed with diagonals. I have a linklabel in my form and now there is a similar 'box with diagonals' insted of the linklabel.
Experiance the problem yourself if u can. I need to solve this urgently.
-------------------------
My app uses
datagrid, linklabel, textboxes, buttons, system.data.oledb, system.IO
Nothing special about it. but why this is so.
Please see my app