Click here to Skip to main content
15,913,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created a simple WPF appication with a button to loads a WMV file. The target framework is 4.0 NET.
the application works fine on developers WS (Win 7-64) but when I ran it the application in Windows 2008-R2 x64, the button does nothing (no errors either).
I server Win2K8-R2 has all frameworks installed (3.0,3.5, 4.0)
The server though is running on an ESX so they only way to access it is via RDP.
Any ideas are greatly appreciated

[EDIT: moved from "solution" — SA]

One additional piece of information.
The application runs fine (on the server) if I connect to it via vSphere.
So the issues is with RDP
Posted
Updated 4-Mar-12 18:48pm
v3
Comments
Sergey Alexandrovich Kryukov 5-Mar-12 0:52am    
There are at least two incompatible 64-bit instruction-set architectures. Are you sure you did not target it to one of them either IA-64 (Itanium) or x86-64? Or you used "Any CPU" target?
--SA
Bernhard Hiller 5-Mar-12 2:36am    
Add a lot of logging to your functions, that will let you find out where the problem really occurs.

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