Hi All,
Not sure if this is correct forum, please move if required.
I have a C# (.net 3.5) desktop winforms app that is built with some references to dlls I need for db access. I also need to bundle some unmanaged dlls into my app folder that are required by my managed dlls.
This was all fine until the other day when a user reported an error:
Message: Build number Mismatch - my.dll. Expecting build number greater than or equal to '1000'. Loaded build number 122
This looks like it it is due to an older version of the my.dll being picked up from the PATH and the one I bundle with my app not being picked up for some reason. I thought app directory was first point of call but perhaps that is only for dlls explicitly referenced in the build project?
Any tips on resolving this would be great.
Thanks,
PB