1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
1>
1>Build FAILED.
giving me this issue whenever I try to build the connect server
any idea what the issue is?
Problem Building Servers
-
- Developer
- Posts: 176
- Joined: Tue Jul 31, 2012 7:21 am
Re: Problem Building Servers
What revision are you trying to build from? have you made any changes to any files on your server? Was it working before?
Re: Problem Building Servers
not sure I was having some issues updating so I just tried doing a whole new SVN checkout. I still have the old SQL tables though and I was trying to update to the latest revision
I did have a server working in the past but the updater was giving me some problem and wouldnt rebuild the servers. so Im trying to just redo the whole thing in hopes of it working now, but its giving me that issue when I try and build the servers in visual studio
I did have a server working in the past but the updater was giving me some problem and wouldnt rebuild the servers. so Im trying to just redo the whole thing in hopes of it working now, but its giving me that issue when I try and build the servers in visual studio
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Problem Building Servers
First google result for that issue:
http://stackoverflow.com/questions/1088 ... valid-or-c
http://stackoverflow.com/questions/1088 ... valid-or-c
Re: Problem Building Servers
That solved the problem tyvm