Forum Multiplayer 1.8 Can't change build path

Discussion and help relating to the PlayerIO Multiplayer API.

1.8 Can't change build path

Postby markloika » August 4th, 2010, 6:32 am

If I try to change the build path, I receive the following error:

Error 1 The command "del "C:\Users\Mark\Flash\Wizard Arena Player.IO\Serverside Code\Output\DefaultRoom.dll"" exited with code 1. Game Code.VS2010
markloika
 
Posts: 76
Joined: July 8th, 2010, 3:46 am

Re: 1.8 Can't change build path

Postby Oliver » August 4th, 2010, 10:34 am

Hello,

The game dll project is configured with "Post-Build Events" that copy the final .DLL into the Output folder. If you change the output path, these post-build events won't be able to find the final dll and throw the error you're seeing.

Feel free to remove the post build events if you want: Right click on Project in solution explorer > Properties > Goto "Build Events" tab

Best,
Oliver
User avatar
Oliver
.IO
 
Posts: 1159
Joined: January 12th, 2010, 8:29 am


Return to Multiplayer