14

Anybody hear of this one? System.ArgumentException: Font 'Times New Roman' does not support style 'Regular'.

I've got a WinForms app that is deployed via ClickOnce. For some reason a number of users are getting this error. I can see getting this error because of picking a non-standard font, but Times New Roman, Regular? Is there a service pack or something that people need?

I would love to hear from anybody that has figured out a solution to this problem.

rene
  • 41,474
  • 78
  • 114
  • 152
Brian
  • 37,399
  • 24
  • 94
  • 109

3 Answers3

11

The link in the answer at binary fortress no longer works. I had this issue with "Font 'Arial' does not support style 'Regular'" after uninstalling software. Managed to fix by reinstalling the font from the windows font folder: Hit Start->Run c:\windows\fonts\arial.ttf

This brings up a window which has an install option at the top. Hit install.

Thank you to http://writeyouare.wordpress.com/2010/09/25/windows-7-fix-fonts-bold-italics/

Caz
  • 444
  • 6
  • 7
4

One solution that seems to work is moving the font file to another directory, then reinstalling it (as explained further in http://www.binaryfortress.com/Forum/index.php?topic=691.0)

Brisbe
  • 1,588
  • 2
  • 20
  • 42
  • Wow, thanks for the quick response! I was hoping for a simpler fix. Perhaps a click and go kind of solution. – Brian Aug 07 '09 at 17:14
1

Re-installing the font worked for me. It seems some reorganization of some network folders triggered the problem because I had installed the font from that location and the registry was still pointing to the old location.