general help
-
if i compile my wpf project in xp and execute it on vista. will it be executing normally. i had an experience it from windows form application. it was not ruing on vista. i faced color combination problem.
-
if i compile my wpf project in xp and execute it on vista. will it be executing normally. i had an experience it from windows form application. it was not ruing on vista. i faced color combination problem.
hotthoughtguy wrote:
if i compile my wpf project in xp and execute it on vista. will it be executing normally.
Yes, given that the appropriate version of the .Net framework is installed.
hotthoughtguy wrote:
i had an experience it from windows form application. it was not ruing on vista. i faced color combination problem.
If you're talking about color combination problems in the user interface, they are the fault of the programmer, not the operating system.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001 -
hotthoughtguy wrote:
if i compile my wpf project in xp and execute it on vista. will it be executing normally.
Yes, given that the appropriate version of the .Net framework is installed.
hotthoughtguy wrote:
i had an experience it from windows form application. it was not ruing on vista. i faced color combination problem.
If you're talking about color combination problems in the user interface, they are the fault of the programmer, not the operating system.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001but the same win form project is executing normal in xp. if programming fault is there. so it should not execute normally in xp as well as vista
-
if i compile my wpf project in xp and execute it on vista. will it be executing normally. i had an experience it from windows form application. it was not ruing on vista. i faced color combination problem.
There shouldn't be any problems given that the same framework is installed as was said before. The best way to find out is to try it. if you face problems and you cant figure out solutions, post more questions.