errors in 6.3
Posted: Mon Apr 13, 2009 8:05 am
While attempting to work with the source code I get these errors:
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'TearDown' could not be found (are you missing a using directive or an assembly reference?)
'OpenDentBusiness.Tests.DataTests<T>.Test()' is a 'method' but is used like a 'type'
The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?)
Any idea what's going on? This happens with later versions as well.
The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'SetUp' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'TearDown' could not be found (are you missing a using directive or an assembly reference?)
'OpenDentBusiness.Tests.DataTests<T>.Test()' is a 'method' but is used like a 'type'
The type or namespace name 'TestFixture' could not be found (are you missing a using directive or an assembly reference?)
Any idea what's going on? This happens with later versions as well.