errors in 6.3

This forum is for programmers who have questions about the source code.
Post Reply
mhuerta
Posts: 2
Joined: Mon Apr 13, 2009 8:00 am

errors in 6.3

Post by mhuerta » 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.

mhuerta
Posts: 2
Joined: Mon Apr 13, 2009 8:00 am

Re: errors in 6.3

Post by mhuerta » Mon Apr 13, 2009 2:14 pm

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

Post Reply