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