False winforms control Layout for unknown reason

J

Jones

Hello there!

I am currently having really strange problems with a project I am working on.

I designed a winforms application that was due to be deployed the other day.
Everything worked out fine it compiled, it ran fine, and did what it was
supposed to. When i installed the application on the target system there was
a really strange error:

The controls were all messed up. Eg i had a logon form with the textboxes in
the center of the form. It was correctly displayed in the VS 2005 designer.
When I started the app on the target system the controls were aligned to the
right bottom corner, some labels were too tight and cropped the text, some
others didn't display text at all.

On my own system it was shown correctly ass well - i am using XP SP 2. Also
i did some versions of the app on a windows Vista SP1 system, also with VS
2005 and everything worked out fine.

I also thought that maybe the sattelite assemblies unintentionally had
stored information about the positions but none of the selected cultures can
have those informations stored - at least they are not visible from within
the designer.
The app on my own system displays everything correctly.

WHAT could that all be? What did i miss?
 
M

Mudassar Hassan

Please check for the resolution of the target system.

otherwise may be some GDI assemblies are missings.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top