#50 closed defect (fixed)
Can't open task
Reported by: | Davis Straub | Owned by: | Stein Tore Erdal |
---|---|---|---|
Priority: | major | Milestone: | 1.1.2 |
Component: | FsComp | Version: | 1.1.1 |
Keywords: | Cc: |
Description
I get this error message when I try to open the attached FScomp file
Attachments (2)
Change History (8)
Changed 13 years ago by
Attachment: | FSerror.JPG added |
---|
Changed 13 years ago by
Attachment: | Valerio Albrizio 2007.fsdb added |
---|
comment:1 follow-up: 2 Changed 13 years ago by
Milestone: | → 1.1.1 |
---|---|
Owner: | changed from somebody to Stein Tore Erdal |
Priority: | minor → major |
Status: | new → assigned |
Version: | → 1.2 |
comment:2 Changed 13 years ago by
Replying to ste:
A bug, either in FS, or more likely in .NET, causes times to be set with regional settings Time separator rather than ":".
Bug in FS ("feature" in .NET :-/).
Stein-Tore
comment:3 Changed 13 years ago by
Milestone: | 1.1.1 → 1.2 |
---|---|
Version: | 1.2 → 1.1.1 |
Note: See
TracTickets for help on using
tickets.
Looking at the fsdb file it seems all times in there is on the form:
2007-05-12T13.30.00+02:00
Note "." instead of ":" between hour minute second.
Quick fix: Try to close FS, then change Time separator (see below) to ":", the start FS and open the fsdb file. This should work.
Background:
Happends when "Time separator" in regional settings (Start > Control Panel > Regional and Language Options > Customize > Time) is set to something else than ":".
Creating/changing and saving a fsdb file will then lead to times being stored with the set time separator.
Opening it again with the same Time separator in regional settings works fine.
Opening it on a PC with a different Time separator in regional settings does not work.
FS attempt to use only ISO standard for times when saving to the fsdb file. Reading this format works regardless of regional settings.
A bug, either in FS, or more likely in .NET, causes times to be set with regional settings Time separator rather than ":".
With Time separator set to something else than ":", any fsdb file can be opened having either the set separator or ":" or a combination. Having Time separator set to ":", only those having ":" can be opened.
Will be resolved in 1.2.
Stein-Tore