Visual studio 2008 Professional Edition acting weird
Posted
by Andres
on Stack Overflow
See other posts from Stack Overflow
or by Andres
Published on 2010-05-09T17:14:13Z
Indexed on
2010/05/09
17:18 UTC
Read the original article
Hit count: 367
I have a weird situation on a winform project.
I have user control (with 600 lines of code around) with a datagridview. I change de ColumnHeaderStyle of the font and save it. After I save the file I close it and open again, the changes were not saved (although the asterisk is dissapeared), because the ColumnHeaderStyle is back to the former value. This is driving me crazy because I cannot change any visual thing in the Designer.
Any clue?
Thanks in advance.
© Stack Overflow or respective owner