| Thank you for answering, but the result is same... still not work, and still
| the same exception with the same message
[quoted text clipped - 41 lines]
| > |
| > | Thank you in advance for any help
I tried with almost all famous format like MP3, images, videos, exe, etc...
it seems to work on all other systems, and it works perfectly at work, I
tested to see...
so it's obviously a problem on my computer but I just expected that someone
would have encountered such a problem and could tell me how to resolve.
But it's ok, I straped the problem writing a basic .lnk parser which get the
executable filename, then at starting, I first try the execution via Process
method into a try/catch bloc, if it fails, I set a flag telling that the
program have to work with the lnk parsing, and if it doesn't, the program
works with Process method. That works pretty fine, just first time is slow in
my case because of the exception throwing.
"José Manuel Agüero" wrote:
> Hello,
>
[quoted text clipped - 47 lines]
> | > |
> | > | Thank you in advance for any help