PapyrusDotNet
PapyrusDotNet copied to clipboard
Post-Build fails with ArgumentOutOfRangeException
I am following the tutorial at CodeAndUx. When I added the post-build option and try to build the project, it seems to build fine, but fails on the post-build command. The error trace is in this pastebin: http://pastebin.com/YKqvmL9s
It appears that it's trying to call the functions to manipulate the console, which are failing. Let me know if there is anything else you need.
For reference, here is the build number for my edition of visual studio.
- Microsoft Visual Studio Professional 2015 Version 14.0.24720.00 Update 1.
EDIT 1: Added work-around
I found the arg flag -noui
lets me get around this error. Although, it uncovered another error relating to Illegal characters in path.
Having the same issue