some users (i would say it is ~10%) exeperiences a problem while trying to run my application written in C# (.NET 4.0) - at application startup such error occures:
Could not load file or assembly 'lua51.dll'. Such module could not be found.
- It is translation, so in ENG version it could be similar.
The problem is that most of users don't experience this problem, and lua51.dll is present in program's directory. What could be the reason of this error?
I have set Platform: x86 in my project->bulid options, error occurs.