Hi !
I am using the classes provided by System.Configuration to save my application settings in a XML file. The application consists of multiple modules, which can be updated, when a new version is available. One issue I have, is that the version number of the assembly
seems to be saved to the configuration file too. So everytime a new version is installed, I get an exception and a message like this:
xyz, Version=1.0.5458.29265, Culture=neutral, PublicKeyToken=null' not found
Is there a way, how to disable this version check, or is there any other recommended method, how to deal with updates ? The configuration sections itself did not change, so the checks are not necessary. Thanks in advance.
Best regards,
Stefan