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.
Asked
Active
Viewed 1,877 times
0
-
When you deployed the application, did you make sure to include all of its dependencies in the installer/project? – Brian Oct 21 '13 at 18:19
-
ya i exactly followed these steps http://documentation.devexpress.com/#xaf/CustomDocument3235 – Saeed Khan Oct 21 '13 at 18:20
-
Does that other computer have the right version of .net framework installed, or any other library that needs to be there? – gunr2171 Oct 21 '13 at 18:24
-
ya all the prerequisites are installed successfully. – Saeed Khan Oct 21 '13 at 18:26
2 Answers
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