An existing application targeting .NET 3.5 framework project uses a 3rd Party DLL. I decided retargeting to 4.5 to make use of default CultureInfo setting.
After retargeting, code calling the third party dll does not compile anymore.
It is a multi-language app (Engish / French) and I feel that this may be something to do with it as the error list from the build is now coming up in French. In 3.5 error list is in English.
My interpretation of the error message is:
"Impossible to incorporate the type interop 'Envox.ADXVoice.ADXVoiceClass.' Utilise the interface appropriate to the place."
The app has various threads that conditionally invoke French culture and it would have been nice to move the test down into a base class and set the applications Default Culture.
Anybody struck a similar problem?
The verbatim error is:
Error 7 Impossible d'incorporer le type interop 'Envox.ADXVoice.ADXVoiceClass'. Utilisez l'interface applicable à la place.