.Net 2 problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I have written a program using .Net 2. My program works good but after a
reboot when i run the program the following error occures :
"invalid win32 application" . I must copy the application agian to resolve
the problem .Reinstalling .Net2 dos not resolve my problem . What is wrong?
 
majid said:
Hi
I have written a program using .Net 2. My program works good but after a
reboot when i run the program the following error occures :
"invalid win32 application" . I must copy the application agian to resolve
the problem .Reinstalling .Net2 dos not resolve my problem . What is wrong?
What do you mean by "copy the application again to resolve" ?
 
Thank you for attention
It means that i copy exe file from developing computer to destination
computer.
 
majid said:
Thank you for attention
It means that i copy exe file from developing computer to destination
computer.
that sounds weird, suggest that you do a file difference comparison for
the 2 files. If the PE header is being modified, that would be a big
problem.
 
Back
Top