HI,
I've just finished a new installation of BugNet 1.2 using SQL server 2008 which was fine. However, when Saving a new Issue the following message is displayed:
'The conversion of a varchar data type to a datetime data type resulted in an out-of-range value'
Looking at the BugNET database: A record is written in the dbo.BugNet_Issues table - using format 'yyyy-mm-dd hh-mm-ss' for any DateTime fields.
The message also appears when clicking on the 'My Issues' tab on the front page of BugNet.
I'm guessing it's a locale datetime issue and may need editing and building from source code - but if anyone has any pointers to the problem that would be a great help.
Comments: @crawnly: the stacktrace looks exactly like mine. dubeaud gave a way to temporarily fix the problem. It makes sense that you can't create an issue if the day if more than 12, as it takes the day for the month.
I've just finished a new installation of BugNet 1.2 using SQL server 2008 which was fine. However, when Saving a new Issue the following message is displayed:
'The conversion of a varchar data type to a datetime data type resulted in an out-of-range value'
Looking at the BugNET database: A record is written in the dbo.BugNet_Issues table - using format 'yyyy-mm-dd hh-mm-ss' for any DateTime fields.
The message also appears when clicking on the 'My Issues' tab on the front page of BugNet.
I'm guessing it's a locale datetime issue and may need editing and building from source code - but if anyone has any pointers to the problem that would be a great help.
Comments: @crawnly: the stacktrace looks exactly like mine. dubeaud gave a way to temporarily fix the problem. It makes sense that you can't create an issue if the day if more than 12, as it takes the day for the month.