Build errors for latest version

5 replies [Last post]
Posts: 135

I got this error when I tried to build the latest version:

Could not load referenced assembly "C:\NetGore\NetGore.Features.Editor\bin\Debug\NetGore.Features.Editor.dll". Caught a FileNotFoundException saying "Could not load file or assembly 'C:\NetGore\NetGore.Features.Editor\bin\Debug\NetGore.Features.Editor.dll' or one of its dependencies. The system cannot find the file specified.". C:\NetGore\DemoGame.MapEditor\ResGen DemoGame.MapEditor11

I've just been pulling from the SVN, rather than this being a clean 0.2.3 install, but I haven't modified the engine any (other than database permissions). I also got the same error for the DemoGame.EditorTools and DemoGame.DbEditor projects.

Posts: 1691

Anyone else? I test to make sure things build before each release.

Posts: 135

I can just download the release and install it that way, if necessary. Seems odd that this is the only time it wouldn't build for me pulling from the SVN though.

Posts: 135

Weird, even after doing a clean install, I can't seem to find that particular .dll. Not sure what's wrong? Sad

Posts: 1691

Oh, I probably didn't set up the build dependencies correctly for all build modes. Just right-click NetGore.Features.Editor and click build.

Posts: 135

That did it!