Hi,
We have just upgraded our vault server and clients to 4.1.1, we also use Cruisecontrol to build overnight and when projects change, we therefore updated the various vault files for Nant (VaultNAntTasks_4_1_1_18060.zip).
When I manual 'kick-off' a build for a project I am now getting the following error:
C:\CI\build\Batch Files>c:\ci\nant-0.85\bin\nant.exe -buildfile:C:\CI\build\nant Messaging1_1.build messagingSource
NAnt 0.85 (Build 0.85.2478.0; release; 14/10/2006)
Copyright (C) 2001-2006 Gerry Shaw nant.sourceforge.net
[loadtasks] Failure scanning "c:\ci\nant-0.85\bin\Nant.VaultTasks.dll" for extensions. The format of the file 'Nant.VaultTasks.dll' is invalid.
Buildfile: file: C:/CI/build/nantMessaging1_1.build
Target framework: Microsoft .NET Framework 1.1
Target(s) specified: messagingSource
Our applications are coded in dot net 1.1 that is why the target framework is 1.1, having searched the net (googled!!) it suggests that the 'loadtasks' command is not able to read the 'VaultTasks DLL' because its a different dot net version?
The VaultTasks DLL version is 4.1.1.18060
Any assistance appreciated
Vault V4.1.1 and Nant 0.85
Moderator: SourceGear