AdamsLair / duality

a 2D Game Development Framework
https://adamslair.github.io/duality
MIT License
1.41k stars 290 forks source link

could not copy file NVorbis.XML #713

Closed iplayfast closed 5 years ago

iplayfast commented 5 years ago

Summary

Fresh install of monodevelop, fresh install of duality Compile error is /home/chris/cs/duality/Source/Core/Duality/Duality.csproj(5,5): Error MSB3030: Could not copy the file "bin/Debug/NVorbis.xml" because it was not found. (MSB3030) (Duality)

I'm a newbie to cs so I'm not sure where this file is created from

ilexp commented 5 years ago

Did you restore packages via nuget restore? VS does this automatically before build, not sure about MonoDevelop.

Also, what operating system are you on, and which (Mono?) toolchain?

Barsonax commented 5 years ago

@iplayfast did you resolve the error using @ilexp suggestion?

Barsonax commented 5 years ago

I think we can close this issue.

ilexp commented 5 years ago

Closed due to inactivity and missing info.