WPF exe not running on another m/c
I've built a wpf application and am trying to run it on another m/c but it wont start on any other m/c 开发者_JAVA技巧except mine. Nothing happens. I keep clicking it and it just stays that way. All the libraries are in the correct folder. I cant figure out whats going wrong. Anyone have any ideas?
That is a very broad question to answer :) I can suggest the following Hook an exception log file to the app. You can do this by subscribing Application.Current.DispatcherUnhandledException in the App.xaml.cs and write the exception in to a text file.
Or else try debugging in one of the machine you are getting this issue
精彩评论