Tagged Questions

1
vote
2answers
162 views

Loading an assembly from any version

I'm referencing a signed assembly. In runtime it is ok for me to work with any version of that assembly, not just the one I compiled to. How to achieve this?
0
votes
2answers
39 views

File blocks when i get assembly version

I have updater for my app. When i check for updates, i compare server version with local Assembly version of main .exe file of application. When from updater(updater is another .exe file) i get ...
0
votes
2answers
58 views

Can SourceSafe be configured to update AsemblyInfo

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 always know ...