Nunit.framework missing

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

I'm getting a problem where the Nunit.framework could not be resolved, resulting in about 2000 errors during compilation looking for the type or namespace of Nunit.
I followed the directions on the website, including the installation validator, any ideas why I'm getting these errors?

Posts: 3
CP: 0

So apparently Nunit is a dependency that is not listed on the Setting Up NetGore page, but I found it, installed it, and now NetGore compiles fine. For anyone else having this problem, you can get Nunit here: http://www.nunit.org/index.php?p=download

Posts: 1647
CP: 26119

Actually, it is in the [[setup guide]].

Edit: Oh, I guess you were looking at [[Setting up NetGore]].

Posts: 25
CP: 0

Not to necro post but i have the same error. I have over 1800 errors. I installed nunit. restarted my computer. Referenced dll files for nunit. Still can't get any building to work. debug, topdowndebug release debug. nothing is working for me. Is there any suggestions?

EDIT: After a couple more hours of messing around i got it to compile in the regular side scroller veiw. Now i got errors with topdwon. :'(

Posts: 1647
CP: 26119

Read what the InstallationValidator says about not having NUnit installed. Just unload the NetGore.Tests project.

Posts: 25
CP: 0

I got everything working. Just had to mess around with everything. Eventually got it to compile with ReleaseTopDown. Just wish there where more tutorials on top down view. Nice system though. Looking for a way to make the client screen a tad bit nicer for wide screen computers.