Problem in VS2005 with dataSet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

When I am creating a dataSet and add a data table within the designer, I am
encountering the following error message: "failed to add datatable exception
has been thrown by the target of an invocation."

I know some user ahve already encounter this kind of problem but no solution
found so far. Any clues anyone?
 
For those who are interested in the solution, it has to do with the Themes
you are using on your platform. For a reason we dont know, we personnalized
the desktop theme of Win XP, and it causes all those problems. Returning to
the original Windows Xp Theme resolved the problem.

Another way to resolve this is to change the fonts used in the
"Tools\Options" dialog box and not to allow the "automatic" font for any of
the designers you would found on this panel. It works fine for us. Hope
this helps.
 
Back
Top