Windows Develop Bookmark and Share   
 index > Windows Forms General > PROBLEM why will a one click vb.net app work on one computer but not completly on another
 

PROBLEM why will a one click vb.net app work on one computer but not completly on another

I have two computers one a 2000 one an xp

I have an vb app that when runs checks some check boxes in a chkbox list if the the items are in the query.

it shows the checked boxes on my 2000 box but not on serveral xp boxes.

it was working fine last week but not to day after i made a change to some lables

Ljhopkins  Thursday, January 18, 2007 9:10 PM
maybe if you post some code that reproduces the problem someone can offer a suggestion.
Peter Ritchie  Friday, January 19, 2007 4:28 PM

I think I found the problem, I had a textbox that was getting populated from the db with a Date value

ie 1/2/2007

however the db field is a datetime, which stores the data as 01/02/2007

so for some reason the machines with xp could not "Read" the 1/2/2007 But the 2000 machine could.

so I just went back and formated all my dates as mm/dd/yyyy istead of allowing them to put in m/d/yyyy

to strange that one machine could understand both but not the XP also

I notice the .net frame work was much larger on an XP box then on the 2000 box??

Ljhopkins  Monday, January 22, 2007 1:49 PM

You can use google to search for other answers

Custom Search

More Threads

• Listbox last item
• how to disable comparevalidator?
• Loop C#
• How to get a DataRowView instance w/o association to a DataTable
• Programmatically adding value to a combobox cell in a gridview
• HELP: How to remove the rim of the controls when focused??
• this.Close not working but this.Hide is working
• Why is Form Height 31 pixels when minimized?
• .NET languages' performance
• WinForms Exchange Server Integration