4
votes
4answers
614 views
Binary Deserialization with different assembly version
I have a project which uses BinaryFormatter to serialize a collection of structs with string and bool? datatypes.
The serialization/deserialization works fine, however if I were to change the …
2
votes
3answers
284 views
How do you keep user.config settings across different assembly versions in .net?
Basically the problem is that each time the assembly version changes (i.e. the user installs a new version of the application) all their settings are reset the the defaults (or more accurately a new …
0
votes
1answer
20 views
How do I use a version of ODP.NET different to the one I built with?
I've got an app that is built with ODP.NET 2.111.6.20 - all the references in VS are set Specific Version to false, but when I try to run the app on a machine that only has 2.111.6.0, it throws an …
0
votes
2answers
33 views
Can SourceSafe be configured to update AsemblyInfo
Hello.
At work we have an (reasonable) agreement, that every time a project is updated, no matter how small change is, that is reflected in the Revision value of Assembly Information. This way we …
