Skip to content

Commit

Permalink
Add note about error MSB4006
Browse files Browse the repository at this point in the history
Error MSB4006 might occur after converting a vc80 project to 90 and
above.
  • Loading branch information
jpratliffvr committed Jun 5, 2014
1 parent 3616973 commit 306a21b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,18 @@ See Help/compilersetup.html
------------------------------------------
Windows users (Visual Studio 2008 and 2010)
-----------------------------------------
Load RakNet_VS2008.sln and convert if necessary.
If it doesn't work, see Help/compilersetup.html
Load RakNet_VS2008.sln and convert if necessary.

After the project conversion, if you encounter error MSB4006,
follow the steps below to fix it:

1. Open project properties
2. Click on "Common Properties"
3. Click on "Framework and References"
4. Look under "Build Properties"
5. Change the "Copy Local" flag from "True" to "False"

For other compiler issues, please see Help/compilersetup.html

------------------------------------------
Windows users (Visual Studio 2005)
Expand Down

0 comments on commit 306a21b

Please sign in to comment.