Solution Build Fail

3 replies [Last post]
Posts: 4
CP: 0

1862 Errors when building the solution for the first time. When I ran validation check, it was successful.

Suggestion anyone? Thank you.

Error	1	The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)	C:\Documents and Settings\McVee\My Documents\NetGore\NetGore.Tests\NetGore\ClampTests.cs	2	7	NetGore.Tests
Error	2	The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)	C:\Documents and Settings\McVee\My Documents\NetGore\NetGore.Tests\NetGore\DirectionHelperTests.cs	2	7	NetGore.Tests
Error	3	The type or namespace name 'NUnit' could not be found (are you missing a using directive or an assembly reference?)	C:\Documents and Settings\McVee\My Documents\NetGore\NetGore.Tests\NetGore\KeysExtensionsTests.cs	2	7	NetGore.Tests
...
C:\Documents and Settings\McVee\My Documents\NetGore\NetGore.Tests\NetGore\IO\IValueReaderWriterTests.cs	1396	10	NetGore.Tests
Error	1861	The type or namespace name 'TestAttribute' could not be found (are you missing a using directive or an assembly reference?)	C:\Documents and Settings\McVee\My Documents\NetGore\NetGore.Tests\NetGore\IO\IValueReaderWriterTests.cs	1418	10	NetGore.Tests
Error	1862	The type or namespace name 'Test' could not be found (are you missing a using directive or an assembly reference?)	C:\Documents and Settings\McVee\My Documents\NetGore\NetGore.Tests\NetGore\IO\IValueReaderWriterTests.cs	1418	10	NetGore.Tests

Posts: 1647
CP: 26119

You don't have NUnit installed as described in the [[setup guide]]. Either install NUnit, or open up the NetGore solution (netgore.sln), then in the Project Explorer pane right-click NetGore.Tests and click Unload Project.

Posts: 4
CP: 0

I feel quite silly.

Thank you.

Posts: 1
CP: 0

Glad there are forums, had the same problem. XD