13
votes
4answers
20k views
The located assembly’s manifest definition does not match the assembly reference
I am trying to run some unit tests in a C# winforms application (VS 2005) and I get the following error:
System.IO.FileLoadException: Could not load file or assembly 'Utility, Ver …
6
votes
7answers
1k views
How best to use File Version and Assembly Version
In .Net there are two version numbers available when building a project, File Version and Assembly Version. How are you using these numbers? Keeping the them the same? Auto-incre …
1
vote
2answers
27 views
How does .NET/COM work with multiple versions registered via Regasm?
I have a .NET DLL (that happens to be written in C++/CLI). Parts of it I want to expose via COM. I do this and register it using "regasm my.dll /codebase". So far so good. But …
5
votes
4answers
6k views
Best visual client for Git on Mac OS X?
I'm looking for a nice, Mac OS X-like, client for Git. As an example, I use Versions for Subversion and it's exactly what I'd like to purchase for Git access. Suggestions?
Versi …
1
vote
4answers
145 views
Subversion repository has a small file size compared to working copy!?
Hi there,
I'm using Versions app on a mac to handle a SVN repository for my files. My working copy is around 6MB yet my repository is only 1.4MB, and I am holding 5 revisions in t …
0
votes
3answers
38 views
Versions - how to add all new files
Hi,
I am using Versions application for Mac Os.
I am new to Versions. I have got a project that I modified recently - added a bunch of new files. Currently I manually add all new …
0
votes
3answers
73 views
use 2 different versions of same control (dll) at the same time on same machine?
Hi,
I'm using a3rd party component in my project and I recently upgraded to their latest version which fixed bug 'A'
unfortunately, while it solved bug 'A', another part has gott …
4
votes
4answers
143 views
Java Classloader - how to reference different versions of a jar
Hi All,
This is a common problem. I'm using 2 libraries A.jar and B.jar and these depend on different versions of the same jar.
Let's say that at runtime I need THIS.x.x.x.jar
MY …
9
votes
3answers
101 views
Running software built for .NET 3.5 on a system with only .NET 2.0 installed
How far along does software compiled for .NET 3.5 get before crashing on a system that only has .NET 2.0 installed?
The application I am developing uses WPF and requires .NET 3.5, …
0
votes
0answers
115 views
How to use an specific version of Excel in a C# program
For many reasons, I have installed on my laptop MSExcel 2003 and MSExcel 2007. I need both versions to develop specific projects for each version (Document level projects and Appli …
0
votes
2answers
103 views
Detecting a DLL version number using a script
I would like to write a script that can recursively scan the DLLs in a directory and generate a report of all of their version numbers.
How can I detect the version number of a DL …
5
votes
6answers
465 views
Stability of .NET serialization across different framework versions
A project I'm working on requires serializing a data structure before shutting down and restores its state from this serialized data when it start up again.
Last year, we were bui …
8
votes
5answers
2k views
How do the .NET Framework, CLR and Visual Studio version numbers relate to each other?
With the recent announcement of .NET 4.0 and Visual Studio 2010, it is becoming ever more difficult to keep track of what .NET Framework versions build on what version of the CLR a …
0
votes
3answers
73 views
Which open-source projects use odd-unstable/even-stable style of versioning
One of my colleagues told me today that some projects use a weird, IMHO, way of versioning their releases. If the release is unstable, the minor version is an odd number, eg. 1.3, …
8
votes
6answers
631 views
Changing java version
hi, i have a server - client application that runs on java 1.3; i want to change to java 1.6 step by step, meaning first few clients, than rest of the clients and finally server... …
