Fury
Active member
- Joined
- Oct 12, 2007
- Messages
- 28
- Programming Experience
- Beginner
I have deployed an application for stock administration.
The user can make products with price and length...
Both have to be decimal so I converted the strings to doubles.
Everything works on the development computer also on another computer and a portable. The problem is only on the client's computer where there seems to be a problem with the conversion. Allways getting "Can not convert to double" error. How can that be when it's working on 3 other computers??
The user can make products with price and length...
Both have to be decimal so I converted the strings to doubles.
Everything works on the development computer also on another computer and a portable. The problem is only on the client's computer where there seems to be a problem with the conversion. Allways getting "Can not convert to double" error. How can that be when it's working on 3 other computers??