Tagged Questions
1
vote
2answers
134 views
Application attempts to load wrong version of assembly
I'm using a pair of unsigned 3rd party assembly libraries that contain windows controls and base types from which I create derived classes. The dlls reside in a subfolder where my application gets ...
0
votes
0answers
54 views
Is it possible to configure a DLL reference to always load the latest available version?
Let's say I have a project A that references a 3rd-party library X. When I build v1.0 of A, I referenced v2.0 of X.
2 months later, v2.1 of X becomes available with some bug fixes that are important ...
0
votes
1answer
122 views
Minimum required version management
I have 3 assemblies - 2 of them applications and 1 class library (both applications use the class library).
One application is a "client", which uses a data file created by the other application. ...
1
vote
1answer
513 views
Mixed mode assembly is built against version X and cannot be loaded in version Y of the runtime without additional configuration information
After doing some code refactoring, my VS2010 VB.Net Web Application project has stopped compiling with the following error:
"Mixed mode assembly is built against version 'v1.1.4322' of the runtime ...
2
votes
1answer
37 views
Obtaining library version when merging into single assembly
I have a desktop app that enables the user to run one of ten or so individual modules. Each module exists as an independent class library in the solution. Versioning of the individual modules is ...
0
votes
2answers
970 views
Assembly version mismatch with system.web.mvc, syncFusion
I am trying to execute a sample provided by Syncfusion and I get an assembly error.
(0): error CS1705: Assembly 'Syncfusion.Schedule.Mvc, Version=10.104.0.44, Culture=neutral, ...
0
votes
3answers
2k views
Getting the version number of an application from within a library
I'm developing a library that tries to get the version number of the application that uses it.
In my test application, when the lib is reading the version number using :
...
2
votes
1answer
686 views
How to detect XNA version at runtime?
I have a launcher/updater application written for .NET 2.0 that needs to check if the user has XNA 4.0 installed.
If it's not, then user is asked to install it.
How to do it?
0
votes
2answers
107 views
Force AssemblyVersion(“1.0.*”) to observe DST when populating Revision?
It seems that, when using the following syntax in a C# project's AssemblyInfo.cs file, the Revision value doesn't observe Daylight Saving Time (it does use local time).
[assembly: ...
0
votes
1answer
83 views
Determine whether DateTime was baked into Version of .NET assembly at compile time?
How do I know that adding the Build and Revision values of a given .NET assembly to new DateTime(2000, 1, 1) will give me the compile time?
Put another way: how do I know that the [assembly: ...
1
vote
1answer
505 views
Problem getting version number from assembly file with msbuild
I'm working on msbuild to get version info from assembly file. But i got a problem that the value $(MaxAssemblyVersion) is always empty. The only difference here is that i got a .Net solution ...
1
vote
1answer
407 views
Version-specific assembly references when Specific Version is False
I've recently started having problems with my projects wanting specific versions of their referenced assemblies even though the references are marked as Specific Version = False in my Visual Studio ...
4
votes
3answers
288 views
How do I coordinate assembly version information in my tree of many C# projects?
What approaches have you taken to coordinating changes to version and Copyright for groups of assemblies?
I have a tree of many csprojs each with its own AssemblyInfo file. As part of my build ...
2
votes
2answers
940 views
Getting Version of an Assembly without loading it in .NET Compact Framework
In a .NET Compact Framework 3.5 application I'm doing a version check in a fairly tight loop in order to know whether or not another assembly needs to be "upgraded" (have a new copy in another ...
0
votes
1answer
153 views
Clone assembly information
Currently I am using ResHacker to read and set assembly information. I am using my C# application to run ResHacker with proper command line arguments necessary for reading and setting the Assembly ...
1
vote
1answer
337 views
Weird .NET 3.5 issue with TFS 2010 build sevice
I've got a TFS buid service that builds a VS2008 / .NET 3.5 project
The produced dlls looks fine in Reflecor, referencing System.Drawing V2.0.50727
Unfortunately, I can't load these dlls on a test ...
2
votes
4answers
7k views
Register any version of assembly in ASP .NET page
How can I use any available version of an assembly on an ASP .NET page?
For example, I use this tag before adding a Crystal Reports control on a web page on my computer:
<%@ Register ...
3
votes
4answers
6k views
How do I check the version of the .NET Framework that a DLL file was compiled against? [duplicate]
Possible Duplicate:
Determine framework (CLR) version of assembly
I have a library/DLL file which is compiled in the .NET Framework.
Now (without any coding) I would like to check the .NET ...
1
vote
1answer
661 views
Detect Outlook installed and load dynamically INterop.Outlook
I have a Windows Forms application in VS2010. It has a reference to Interop.Outlook (2003). Then, I have reinstalled Windows XP and VS2010, but not install Outlook.
Now, the project not compiles.
I ...
3
votes
2answers
199 views
Property to return the assembly version of descendant classes
In one C# project have a base class like this:
public abstract class AbstractVersionedBase
{
public string Version { get {
return ...
0
votes
1answer
155 views
Running Different version of Unity
Is it possible to run different versions of Unity within an app?
I m referencing an app which uses an old version of unity and the current version of unity i m using the newest version.
I get this ...
1
vote
3answers
890 views
Modify Assembly Version and References (.NET)
I have an application exe plus 3 referenced assemblies in a folder. Compiled in VS2010, CLR 4.0.
I'd like to modify the version of all 4 assemblies to match (1.0.0.0) and also modify the reference ...
6
votes
2answers
8k views
Reading Assembly version information of WPF application
I am reading version information of my wpf application, but I am not getting the correct version as I have write in AssemblyInfo.cs file. In my file there is
[assembly: AssemblyVersion("0.1.001")]
...
2
votes
2answers
269 views
How to link a .NET 2.0 assembly in a .NET 4.0 solution
I have a project built with .NET 4.0. I have a lot of code that would be painful to convert back to 2.0.
I try to import a Dll built with .NET 2.0. Everything works until I try to execute code from ...
4
votes
1answer
2k views
Is it necessary to change the assemblyIdentity's version attribute in a manifest file?
In the following manifest, is it necessary to change the version attribute of the assemblyIdentity element if the assembly version is specified in the project (or, in my case, set as part of a MSBuild ...
0
votes
1answer
343 views
.NET Assembly Version
The scenario is as follows. Developers compile the projects and deploy assemblies to production. eg, deployment contains 10 assemblies. Out of 10, they actually change the source code only in 5 ...
0
votes
2answers
159 views
How do I obtain version information from the calling application
I have a web application written in C# and running as a dll under IIS.
I also have some common code compiled to a separate assembly (dll). This common code contains a function that returns version ...
8
votes
5answers
4k views
Assembly version from command line?
Is there a Microsoft tool to get the assembly version of a DLL file from a command line?
(I know that I can code my own tool.)
2
votes
1answer
456 views
Loading 2 versions of the same plugin with Silverlight / MEF
My scenario is a classic MEF scenario. There is a silverlight host app, and the app can download plugins on the fly to add functionality. Plug ins can be created by third parties.
Now the problem ...
23
votes
5answers
7k views
Determine framework (CLR) version of assembly
From the command line (or by any means really), how can I determine which CLR version a .NET assembly requires?
I need to determine if an assembly requires 2.0 or 4.0 CLR version.
19
votes
3answers
6k views
Getting runtime version of a Silverlight assembly
I want to show my Silverlight 3 application's version number in the about box, but when I use a traditional .Net call like:
Assembly.GetExecutingAssembly().GetName().Version;
I get a ...
2
votes
2answers
295 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?
-1
votes
3answers
261 views
Assembly.Load strange behavior
I have "Microsoft.Web.Services2.dll" V2.0.3.0 in my GAC of two machines.
I am running this line in both of them:
Assembly.Load("Microsoft.Web.Services2, Version=2.0.0.0, Culture=neutral, ...
1
vote
1answer
325 views
Determine which version of Silverlight an assembly is built under
I have a Silverlight project in which I compile to both Silverlight 2 and Silverlight 3 using the instructions here which imports MSBuild targets into the csproj file from two seperate locations ...
2
votes
3answers
2k views
How do I find Assembly Version of Calling Program?
I am using C# for this application.
I have a DLL that gets included within my application. From this DLL, I need to find the Assembly Version of the main program in which this DLL is included.
...
5
votes
3answers
2k views
Programmatically retrieving assembly version of a running service
I'd like to access to assembly version information of a service I "control" with ServiceController class. (ie. I'd like to display "2.3.1.23" ), however I can't find any information about retrieving ...
120
votes
6answers
55k views
How can I get the assembly file version
The assembly version I can get with following loc:
Version version = Assembly.GetEntryAssembly().GetName().Version;
But how can I get the assembly file version?
2
votes
3answers
1k views
Get Published XBAP version in C#
I have an XBAP currently published on my local machine, which has an 'About' canvas build into the XMAL, of which I want to show the published version number, but I can only seem to get the assembly ...
0
votes
3answers
2k views
Visual Studio 2005 - C++ - What controls the manifest creation
I was trying to figure out why a debug build was blowing up with the "dependent assembly microsoft.vc80.debugcrt could not be found" event error.
After deleting everything (anything not .cpp or .h) ...
3
votes
2answers
1k views
How to operate with multiple assembly versions in private folders using config?
I have a scenario where I have multiple versions of the same assembly that I need to store in the application private folders, in a structure like this:
.\My.dll // latest version, say ...
10
votes
7answers
5k views
major.minor.build.revision versioning style vs year.month.day.whatever versioning style
Is there any reason to use one versioning style over the other for .NET assemblies????
I'd like to know if there are any advantages/disadvantages in using either style besides taste.
2
votes
1answer
1k views
How to show all ASP.NET web application's loaded/referenced assemblies with version numbers?
I'd like to show a list of all used assemblies on a dedicated web page inside a ASP.NET web application for debugging and maintainance purposes (there are many instances of this web application on ...
3
votes
1answer
2k views
How do I obtain File Version info from a C++ exe in C#?
I need to get the File version information from an exe file originally written in C++ from a C# program.
Using Assembly.LoadFile(fullpath).GetName().Version results in a BadImageFormatException.
...
