Data UI Property Page Error
I am having trouble displaying the data source tool box. When I use the menu option it gives the message "Operation failed. Only true type fonts are supported. This is not a true type font."
When I go into the options menu and go into the 'Windows Form Designer' and click on 'Data UI Customization' the pane displays ""An error occured loading the property page".
I previously had down loaded the RC version and then uninstalled and loaded the full express version. I had also loaded the web developer.
I have unloaded all the visual studio and reloaded but to avail.
Can anyone help?
Hi,
Sorry for missing this but is your Windows XP Home an English version?
Also, did you see this error in other places of Visual Basic Express?
Thanks,
The version of XP was English but also UK English. I have not so far come across any similar problems with Visual Basic Express.
Are there any work arounds like a clean version of the Data UI Cutomisation page that will fix the problem?
Thanks for you help so far.
I've discovered the bug and it will be fixed. In the mean time, w
ould you please try this?Open Display Properties | Appearance | Advanced | Icon: Change the icon font to true type font such as Tahoma, Arial.
Thanks,
Yes, me and another user from Canada just found this workaround by accident. After all this hair pulling, can you at least tell me what the background of the bug was?
I'm the guy from Canada that Aknittel mentioned. I fiind this totally infuriating that half of the data tools in VS 2005 don't work because I'm using MS Sans Serif for many of my font settings. MS as in Microsoft! Switching them all to Tahoma (or any valid TTF) fixes many problems. The problems this causes include (but may not be limited to):
- DataSet designers fail with error message about click behavior
- Opening a SQL Server table in design view results in error "The parameter is incorrect"
- The Data Sources window fails to open with a message about an invalid True Type font
- Data UI Properties option page will not load.
I'm sure there are other issues right now, but I can't remember them all. I reported this issue through the Microsoft bug reporting web pages last night. Hopefully, you guys can fix this for SP1.
BTW, the SQL Server table designers do not work in VS 2005 with this issue but they do work in SQL Server Management Studio Express CTP.
Hi,
Surely it's not enough, but my apology for the problems you've been through.
The bug is caused by a method used by different components of the designer DLL. This method attempts to get the system setting font and convert that to a managed font usable by Windows Forms. On system with MS San Serif, this causes the exception above.
A large portion of our developer / test machines run Windows XP and Windows Server 2003, and on these systems the font is Tahoma. Therefore we were having troubles finding out the cause of this exception. I've reactivated the customer bug about this and it will be fixed for SP1.
Thanks for your understanding,