VS 2005 Express Beta1 - pb with NUnit

  • Thread starter Thread starter Joannes Vermorel
  • Start date Start date
J

Joannes Vermorel

Hi,

I just give a try at VS2005 Beta1 (for C#). I have try to import a simple C#
project (MathNet.Numerics, http://nmath.sourceforge.net). The conversion
from VS7.1 to VS8 went without any problem. But when I tried to run the
NUnit tests, I got the exception "System.BadImageFormatException: The format
of 'MathNet.Numerics is invalid.".

Question: will the assemblies build by VS8 not be compatible with the other
..Net tools ? Does someone has a summary of what should be known and done to
switch to VS2005 ?

Joannes
 
Technically, .NET 2.0 is fully backwards compatible with .NET 1.1. In
reality, this may not be the case for 100% of everything. Also realize you
are playing with betaware. There are portions that are not complete yet.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************
Think Outside the Box!
************************************************
 
Back
Top