The assemblyversions tag has no wiki summary.
0
votes
0answers
65 views
Assembly version information in AssemblyInfo.vb and .vbproj file
In a vb.net project i have got a assembly version information in both .vbproj file and assemblyinfo.vb
In .vbproj file i have got following
<AssemblyMajorVersion>1</AssemblyMajorVersion>
...
0
votes
1answer
41 views
Directory Path of the last version of ClickOnce application
I want to know if there is a way to get the directory of the previous version (the last version older than the current version) of ClickOnce Application?
Something like this?
...
0
votes
0answers
21 views
Is possible to increment(set) output library version using web deploy?
To deploy my web site, i'm simply right clicking on web project and selecting Publish(MS Visual Studio 2010 Solution Explorer).
Publish method: Web Deploy.
Is it possible, to increment version of ...
0
votes
0answers
114 views
Removing Assembly file version dependency in .NET Project or Backward compatibility of "dll's with older versions
I am stuck with assembly compatibility problems with my project.
1) I have a .NET project, where i specify a assembly version . "Major part.Minor part.Build part.Revision part".
2) For the next ...
1
vote
1answer
52 views
why is windows file version different from actual assembly version for a C++/CLR assembly
I have a 3rd party C++/CLR assembly. When I right click the dll, the version tab shows 5.32.1 but when the meta information in ILSpy shows 5.0.0. Why is this difference? Which one is the one that is ...
1
vote
0answers
66 views
Exchange Web Services — Wrong .Net Version
I am confused. I downloaded the latest version of EWS, but it is complied against .net 2.0.
My project is in 4.0 and the two won't work together. Surely I am making a dumb mistake. Can someone tell ...
0
votes
0answers
78 views
get Assembly Version in Silverlight from OpenFileDialog
I need to get the Assembly Version of a file that a user selects through a file dialog in Silverlight before uploading it to my PHP server.
Is there any way to achieve this, knowing that ...
0
votes
1answer
374 views
Visual Studio 2010 Setup to automatically change .NET project assembly versions from SVN versions
How can I specifically set up Visual Studio 2010 so I can automatically change the assembly version of my .NET projects without having to manually change them, during compilation (or ...
0
votes
1answer
165 views
Executing application which references multiple different versions of an assembly
I am creating a test project to compare performance of EF4 to EF5 and i want to be able to have a separate dll for each EF version which references the correct EF version, but i want to be able to ...
0
votes
1answer
405 views
How to let visual studio setup project override all dlls - or how to let visual studio increase the version number with every build?
i am using the VS2010 Installer project to deploy my application. I can set the RemovePreviousVersions property to True and the installer will override every assembly with changed Version number. ...
1
vote
1answer
100 views
AssemblyVersion(“1.0.*”) one hour behind on the Revision value?
I'm using the following syntax to place into my assembly version's Revision value half the number of seconds in the day which have passed at the moment of compilation:
[assembly: ...
0
votes
2answers
77 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 ...
3
votes
2answers
344 views
Change assembly version of another .EXE
How to change from one project, assembly version of another project (.exe)? I have source for both projects.
1
vote
1answer
502 views
Get assembly version of another project (.exe)
I have source code of both c sharp projects. From project B i need get assemblyVersion of project A. Project A starts project B (process.Start();). How do get it?
Thanks.
8
votes
3answers
2k views
How to get version number in post-build event
I want to use post-build event to automatically create a nuget package and then copy it to a shared folder on our network, something like this (the version number 1.0.0.0. is specified inside the ...
40
votes
5answers
8k views
Best practices/guidance for maintaining assembly version numbers
I'm looking for pointers, suggestions, and even dictation on how to manage the three different assembly version numbers for a .NET assembly. The Product version is the simplest, as this seems would ...
3
votes
2answers
1k views
Should I auto-increment the assembly version when I build my software?
In Visual Studio 2003, you could easily set your project assembly to auto-increment every time you built it, but with Visual Studio 2005, this functionality was removed. You can still auto-increment ...
2
votes
2answers
294 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
1answer
683 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
60 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 ...
33
votes
2answers
5k 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 ...
12
votes
5answers
6k 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 ...

