This is a slightly odd problem, which means the solution is probably something trivial that im just missing.
I have SQLServer 2008 developer on my local. I was using the Date type, and then realized godaddy uses 2005 which Only supports datetime. Im using LINQ, so I just changed to a datetime on the database side and changed the server data type in the dbml to DateTime NOT NULL.
On my local machine, everything works fine with these changes, I didnt have to do anything else. But using the actual production site on srvr2005 I get the SqlDatetime overflow error.
Any ideas?