Page 1 of 1

errors in 6.3

Posted: Mon Apr 13, 2009 8:05 am
by mhuerta
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.

Re: errors in 6.3

Posted: Mon Apr 13, 2009 2:14 pm
by mhuerta
Ok, no need to reply. I finally read through most of the posts and found my answer.

My plan is to be an active contributor to the community. Sorry for the bother!

M