A minor update to any comments of mine concerning the 'out of sync' message as I went from NT7.01 to NT7.02:
After doing the installation of NT7.02, I went to my application and deleted the web folder.
Then I did a fresh compile of my application and the web folder was automatically remade, and I have had no more version problems.
Also, since I want to ensure I get a completely fresh remake and compile, I first run a simple batch file so I can be sure I am starting with only the DCT and the APP. This is my 'belt and braces' approach. It might be regarded as overkill.
These are the files I delete:
*.clw
*.ini
*.cwproj
*.exp
*.inc
*.shp
*.sln
*.obj
*.rsc
*.xml
*.lib
*.map
Perhaps I should add a caution: I am compiling one app to produce one exe -- no DLLs.
---