Tuesday, 15 May 2012

c# - my program doesn't work on an special system -



c# - my program doesn't work on an special system -

i wrote application , worked on scheme fine , there no problem. wrote via visual studio 2012, .net 4.5, c#, , uses office 2010. installed on several systems , there no problem it. doesn't work on 1 of computers. installs correct,but can't open program. windows wrote programme 32 bit, , computer wanna work 32 bit. difference can see between 2 systems have .net 4.5.1 on lastly computer , programme written .net 4.5 have no other ideas why doesn't work. ideas?

this problem receive when seek run application:(due event name uninstalled media center , did next instruction,but still no change) problem signature:

problem event name: clr20r3

problem signature 01: checkprinter final.exe

problem signature 02: 1.0.0.0

problem signature 03: 5402e7bf

problem signature 04: checkprinter final

problem signature 05: 1.0.0.0

problem signature 06: 5402e7bf

problem signature 07: 7

problem signature 08: 32

problem signature 09: system.io.filenotfoundexception

os version: 6.1.7601.2.1.0.256.1

locale id: 1033

additional info 1: 0a9e

additional info 2: 0a9e372d3b4ad19135b953a78882e789

additional info 3: 0a9e

additional info 4: 0a9e372d3b4ad19135b953a78882e789

you did every thing right , perfect , observe problem too, , should alter .net framework older version. follow steps:

double click on 'properties' in solution explorer

in 'application' tab set 'target framework' '.net framework 4.5' or one. consider new components doesn't exist on older version of .net framework. illustration 'system.threading.task' not exist in .net framework 3.5

compile project again

enjoy!

c# .net .net-4.5

No comments:

Post a Comment