Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My Application is built with AnyCPU.
(I use DevExpress components and C1 components.)

When i run my Application on a 32 bit system everything is fine.
On a 64 bit system i have many problems.

For Example:
I minimize my Main Form an resize it again.
My controls will not dock. Same controls become transparent.
When i collapse a panel i have the same effects.

Is there a general problem with 64 bit?
(Application.DoEvents(), Redraw, SuspendLayout, ResumeLayout, BringToFront, have no effects.)


Thanks
Posted

Yes.[^] See also here[^].
 
Share this answer
 
v2
Try to deploy your application instead of selection any CPU use x64 bit and then try to run your application...

if even then you face the same problem then it is not a problem of your system it will your application problem....
 
Share this answer
 
I have the same results when I deploy my application with x64.

http://support.microsoft.com/kb/953934 was also not the solution for my problem. :-(
I try to create a simple application to reproduce the problem.
 
Share this answer
 
 
Share this answer
 
v2
Comments
RaisKazi 3-Nov-11 10:42am    
Edited: Changed text link to Hyperlink.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900