I downloaded the latest source for SD (v2.0.0.1135). But, this code refuses to compile on my machine running:
- Windows XP SP2
- All latest official MS patches
- .NET Framework 1.0 runtime
- .NET Framework 1.1 runtime
- .NET Framework 2.0 runtime
Extracted the contents of the source ZIP file to "C:\". During extraction, WinZip reported an "access denied" error for the EXE files in "C:\SharpDevelop\src\Main\StartUp\Project\obj". I thought this odd but dismissed it anyway, I figured I'd just end up rebuilding it all anyway. So I run the "debugbuild.bat" file and it fails with the same error - can't write EXE file (access denied). So I investigate further.
It turns out that I can't create any file with ".EXE" extension in any folder named "StartUp". Two friends here in the office tried it and was able to reproduce the same thing on their machines. Probably some kind of new anti-trojan thing from Microsoft or something. Obviously this is a problem when using #develop source as it tries to create EXE files in the "obj" folder which descends from a "Startup" folder. Anyone else run into this problem?