开发者

WPF exe not running on another m/c

开发者 https://www.devze.com 2023-02-08 03:10 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号