[CoV2] Compile Error - need some helps

02/07/2009 10:36 Lauratje#1
First of all i'd like to say i'm not that average noob that downloads a source, compiles it, gets errors and posts it on forums right away...
I've been trying to look for a solution myself.

I am not a pro C# Coder but i am familiar with its basics.

This is the error i get on compiling
Code:
" Error	1	Unexpected error creating debug information file 'C:\Users\Conquer\Desktop\CoV2\CoV2\CoV2\obj\Release\COServerProject.PDB' -- 'Unspecified error' "
At first i thought it would have been because i'm running on Vista and maybe Visual C# doesn't have the "permission" to write on that location, but i get the same error on my Windows 2003 Server box, which can compile other sources without any problems.

Anyone knows what possibly causes this or how to fix it?
02/07/2009 10:56 PeTe Ninja#2
i think it has trouble creating debug info on the PDB file... lol i totally just reworded the first 6 words
02/07/2009 10:56 warwicked#3
COServerProject.PDB <--- delete this file.. it will create a new one when you try to build and debug the source.
02/07/2009 10:56 PeTe Ninja#4
listen to him iguess :D
02/07/2009 11:07 Lauratje#5
I've tried doing that before...as i said..i am able to read errors and try out some logical "solutions" but even if i delete the file it fails to write :o
02/07/2009 11:14 PeTe Ninja#6
maybe its not writing there, maybe its writing in the release , go to your source thing in C# and right click on thecoserver and click porperties somewhere there is the debug area or something change to where you want
02/07/2009 14:14 Lauratje#7
I've fixed it.

Had to Re-build the solution first, after that compiling didn't give any errors :)

Thanks for trying to help though.
02/07/2009 15:20 PeTe Ninja#8
f6 to build...