View Single Post
  #2  
Old 07-26-2012, 02:58 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by lerxst2112 View Post
Either the directory doesn't exist or the file is locked for some reason like you have it running.
you will get this error at times form visual studio if you have changed build options around or cancelled a build in mid build.
close visual studio, delete your build and debug and x64 folders (aka everything that is not a SVN folder)
and then open the projects again. it will build fine. well without file permission issues.
Quote:
Originally Posted by lerxst2112 View Post
I don't know what queryserv does or if it is supposed to replace the chatserver. *shrug*
queryserv does what it's name implies. it is a server for queries to the database. it is used currently only for the guild lobby looking for guild boards. it is designed to handle database queries that do not need realtime feedback from the database.
Reply With Quote