> That's the problem. It isn't reproducable neither on my machine nor on
> others within our development and verification team.
[quoted text clipped - 105 lines]
>> www.wasteworks.com
>> Software for Waste Management

Signature
Ginny Caughey
Device Application Development MVP
www.wasteworks.com
Software for Waste Management
Hi Ginny
Those three lines are directly above of the missing parameter line:
_dbHelper.CreateParameter("@HealthCardNumber", SqlDbType.NVarChar, 50,
p.HealthCardNumber)
_dbHelper.CreateParameter("@DateCreated", SqlDbType.DateTime, 8,
CheckDate(p.DateCreated))
_dbHelper.CreateParameter("@DateLastFitting", SqlDbType.DateTime, 8,
CheckDate(p.DateLastFitting)
The method CheckDate(...) is following code:
private DateTime CheckDate(DateTime date)
{
if (date.Year > 1800)
return date;
else
return new DateTime(1800,1,1);
}
Thank you for trying to help. I appreciate this very much.
Daniel
On 9 Mai, 18:47, "Ginny Caughey MVP"
<ginny.caughey.onl...@wasteworks.com> wrote:
> Daniel,
>
[quoted text clipped - 127 lines]
> www.wasteworks.com
> Software for Waste Management
d.wiss@gmx.net - 13 May 2008 11:15 GMT
Update:
Our support requested the guy in Spain to change the regional settings
in a first step to "English (United States)" and this solved the
problem.
Unclear is why and this produces more questions:
- What are the regional settings on the computers where the problem
does NOT exists?
- If they are set to Spanish too, why does it work anyway?
The guy in Spain will go to an another shop where the problem exists
and set the regional settings to "English (US)" as well and will
report the result to us.
Daniel
On 13 Mai, 07:51, d.w...@gmx.net wrote:
> Hi Ginny
>
[quoted text clipped - 155 lines]
> >www.wasteworks.com
> > Software for Waste Management
Ginny Caughey MVP - 13 May 2008 12:08 GMT
Daniel,
Thanks for the update. It appears that the lines above (the date) might be
involved then. I don't know why that would cause a problem either, but I bet
you'll figure it out now.
Ginny