I have a sql parameter that is of data type date time, when I run it from my machine it will insert into the database with no problem.
When I place it on our development server I get the error "string was not recognized as a valid datetime"
Interestingly when I put it on an additional server it also works fine.
//creation of param
SqlParameter
nextReviewDateParam = dal.CreateSqlParam(Go to the complete details ...