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.
It's not WPF that you need to consider, but rather whether or not your application violates any of the rules that have been put in place in Vista as a result of the security elevation.
"WPF has many lovers. It's a veritable porn star!" - Josh Smith
As Braveheart once said, "You can take our freedom but you'll never take our Hobnobs!" - Martin Hughes.
-
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.
As Pete said it is a significatly difference security model between these two OSes. Make sure your app doesn't write to it's private installation location and in stead writes to Application Data, that sort of thing.
Jammer My Blog | [Articles](http://www.codeproject.com/script/Articles /MemberArticles.aspx?amid=4664921) | DMon - Download