I've recently upgraded my desktop to Windows 7 and have installed VS2008 (no
other versions). Our build server is still running Windows Server 2003 with
MS .Net Framework 3.5 SP1.

Our software uses WCF and we've always had to to reference the
System.ServiceModel and System.Runtime.Serialization dlls from the .net
framework 3.0 folder in the Windows directory.

Now on my new machine, those build files don't work anymore. NAnt complains
that the System.ServiceModel and .Serialization dlls have already been
loaded. The error message gives the version number 3.0.0.0 as the version
loaded, which is the same as the version of these files in the GAC, but
different from the version in the net framework folder.

Until now NAnt has not automatically loaded assemblies from the GAC. Any
ideas why these are getting loaded now? My guess is that something has
changed in the compiler. Does NAnt use it's own version of the C# Sharp
compiler or does it use the compiler on the machine?

thanks
Chris.
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to