I don't know if its TortoiseSVN problem or NetGore, but when i check out latest SVN. and opening a solution It and compiling it. But the validator exe dose not compile and thus not allowing to run InstallationValidator. The problem only exist when you download latest SVN
Well tray downloading clean new version of NetGore in a new folder and see if it works. Since I downloaded clean version for some reason he dose not compile InstallationValidator.exe and theres no error. When I used older svn with the new svn its works since the InstallationValidator.exe is compiled from older versions. Bu maybe tortoise is screw up.
It doesn't compile, but it gives absolutely no error messages in the build output? It will always say at least something as to why it didn't build.
Absolute no warnings, I will tray to download it again,and double check, but its like compilation is not included in the solution
I double checked and no its not compiling. He doesn't even trying compile it, so I opened it manually and build it perfectly
Wait, are you saying the InstallationValidator wasn't compiling anything?
The InstallationValidator doesn't compile anything. It just checks for some general installation issues. You have to compile all the projects yourself.
Well I download fresh 3.5 version and compile NetGore everything compiles good and you don't need to open any more .sln files, only one and everything is working, you can run InstallationValidator.bat and everything works fine. But when I download clean installation of SVN using tortoise and compile it, and tray to run the bat file and he gives me an error InstallationValidator.exe that is missing. So I go to ..\Tools\InstallationValidator\ open InstallationValidator.sln and compile it manually. If you don't understand this then I will make a freaking video =]
In the releases, the InstallationValidator comes pre-built. But it doesn't come this way in the SVN.
Ah my bad then what else dose not come pre build in svn ? So guess Its time to make more tutorials
Nothing is pre-build in the SVN. The build folders aren't even on the SVN because it makes no sense to add even more files when you can just load the sln file and compile the whole solution yourself.
Unless something goes wrong, it should be that way in releases, too.
The SVN should be mostly the same as releases, just without the InstallationValidator built, and it comes with a few more "not ready for release" or "not needed in release" things in \Tools\.
Its building fine for me. What error are you getting?