My notes on upgrading Mini-Compressor from .NET 3.5 to .NET 4.0 (Visual Studio 2008 to 2010) and also upgrading NUnit and NAnt.
Run the automated VS 2010 upgrade process. Appears that there are no error but appearances can be deceiving.
Try a compile and get errors about not being about to find NUnit. This makes sense as I upgraded NUnit on the build machine and the path had changed. One day I should just reference the dll via a lib folder. Update the NUnit reference and all the errors go away but…
[Read More]