0

i have made my setup and deployment project of C# windows form Application by following these steps exactly http://documentation.devexpress.com/#xaf/CustomDocument3235. it successfully make installation project for me which i then install on another PC successfully, but when i open that .exe file it through a error "Application has encountered a problem and needs to close. We are sorry for the inconvenience". any idea, solution or suggestion to solve this issue. thanks in advance.

Saeed Khan
  • 537
  • 2
  • 12
  • 27

2 Answers2

0

I solved this by removing the extra dependencies from my installer and it worked.

Josh Crozier
  • 233,099
  • 56
  • 391
  • 304
Saeed Khan
  • 537
  • 2
  • 12
  • 27
-2

Check the application/system event logs, they might contain more details.

You can run the event viewer using this command :

eventvwr

smidy
  • 54
  • 2