Property type FlatStyle for Button control in winform application is set to type "standard". This behaves well in the development environment but it behaves as if property type was set to "Flat" when winform executed from windows 2012 server.
I have enabled EnableVisualStyles and i did hard code flat style property as well in code behind program but with no use.