Ticket #7 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

server-windows-gui project errors on startup

Reported by: bfitzpa2 Assigned to: tulloss2
Priority: critical Milestone:
Component: server Version:
Keywords: Cc:

Description

The server-windows-gui project causes a FormatException? to be thrown in metadata.cs on startup. The LatestRevision? int throws a FormatException? with text "Input String was not in a correct format." on the line latest = Int32.Parse(scalar.ToString?());.

Change History

02/25/07 03:50:00 changed by tulloss2

  • status changed from new to closed.
  • resolution set to fixed.

Fixed that today