Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have develloped an application in WPF. Now, its finished. I develloped that in 32 bit environment and when I try run it in a 64 bit computer a stranger thig appears... the first time (and only the first time) I need to use a "OpenFileDialog" or "SaveFileDialog" that error appears ...

The ordinal 383 could not be located in the dynamic link library iertutil.dll

But if I continues, the app works fine and the next times it need those dialogs dont appear the error. Could be the computer that have the dlls currupted ? What could be ? Should I worry ?

thanks in advance

share|improve this question
The machine has a bad shell extension handler. They get loaded into your process the first time you show a Open/SaveFileDialog. You can use SysInternals' AutoRuns utility to disable extension handlers, start by disabling any that don't have a Microsoft copyright. Ask more questions about it at superuser.com, this doesn't otherwise have anything to do with your code. – Hans Passant Mar 15 '12 at 15:03
ok, its what i want know. Thanks – Cristóvão Macedo Mar 15 '12 at 15:25

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.