Pentium IV, Windows XP, DotNet SP2 I am having the following problem when building a project using the command line tool. The steps to reproduce are: - create a console app (TheProject) using the DotNet IDE - from the command prompt build the project and output the result to a file: devenv /rebuild debug TheProject.csproj /out build.txt
Try to open the build.log file with notepad, notice how the file is truncated. Open the same file in binary and you will find null chars (0x00) embeded in several places, way before the end of the file. Ex: "Building satellites assemblies..." 2E 2E 2E 0D 0A 00 OD OA --------------------------------------------------------^ This is screwing up some text editors, even the MS IDE itself (it opens the file as a binary). Is that a bug? or is how things are now, DevStdio 6.0 did it right, plain text... Thanks for your help Wagner Alcocer Andover Controls You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.