c# - Program only works on developer's machine -


i developed application visual studio 2013 , works fine. can move other directories, paths used in application relative!

now unfortunately works on developer's computer , not on others. guess, there missing .dll or something.

this error message get:

>     problem signature: >       problem event name: clr20r3 >       problem signature 01:   myapp.exe >       problem signature 02:   1.0.0.0 >       problem signature 03:   53314d38 >       problem signature 04:   presentationcore >       problem signature 05:   4.0.30319.18408 >       problem signature 06:   52313210 >       problem signature 07:   1b7e >       problem signature 08:   0 >       problem signature 09:   system.badimageformatexception >       os version: 6.1.7601.2.1.0.256.4 >       locale id:  2055 >       additional information 1:   0a9e >       additional information 2:   0a9e372d3b4ad19135b953a78882e789 >       additional information 3:   0a9e >       additional information 4:   0a9e372d3b4ad19135b953a78882e789 

when have run typically caused appropriate .net framework not being installed.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -