SignatureBeef / Terraria-s-Dedicated-Server-Mod

TDSM - .NET and Mono compatible Terraria Server Software Mod
MIT License
143 stars 49 forks source link

Compilation Under VS: DirectoryNotFoundException #170

Closed D1G1T4L3CH0 closed 9 years ago

D1G1T4L3CH0 commented 9 years ago
An unhandled exception of type 'System.IO.DirectoryNotFoundException' occurred in mscorlib.dll

Additional information: Could not find a part of the path 'E:\Windows\Documents\GitHub\Terraria-s-Dedicated-Server-Mod\tdsm-patcher\bin\x86\Debug\Plugins\TDSM.Core.dll'.

The directory does not exist.

LukevanTricht commented 9 years ago

Are you doing a full rebuild? A clean and build? Or just a build?

SignatureBeef commented 9 years ago

I think he cloned, rebuilt the solution and ran the patcher. The patchers Debug folder didn't have the Plugins or Library path. We just need to make sure directories are being created when we copy project files to the Debug folder from within the patcher.

D1G1T4L3CH0 commented 9 years ago

Yep. That's it.

SignatureBeef commented 9 years ago

Should be fixed.