hello Sir , i was generating source code of bugnet using nant tool !!!!!! and followed exact installation process as per specification in documents . But got an error while building file on command prompt by writing "nant full" error was regarding resgen.exe . following r details . Plz help
C:\>cd bugnet
C:\BugNET>nant full
NAnt 0.85 (Build 0.85.2344.0; rc4; 6/2/2006)
Copyright (C) 2001-2006 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///C:/BugNET/BugNet.build
Target framework: Microsoft .NET Framework 2.0
Target(s) specified: full
[sysinfo] Setting system information properties under sys.*
clean:
create-common-assemblyinfo:
[attrib] Setting file attributes for 1 files to Normal.
Built-in property 'nant.platform.name' is deprecated. Use the platform::get-name
() function instead.
compile:
[solution] Starting solution build.
[solution] Building 'BugNet' [Release] ...
[resgen] Microsoft (R) .NET Resource Generator
[resgen] [Microsoft .Net Framework, Version 1.1.4322.573]
[resgen] Copyright (C) Microsoft Corporation 1998-2002. All right
s reserved.
[resgen] Usage:
[resgen] ResGen inputFile.ext [outputFile.ext]
[resgen] ResGen /compile inputFile1.ext[,outputFile1.resource
s] [...]
[resgen] Where .ext is .resX, .txt, or .resources
[resgen] Converts files from one resource format to another. If
the output
[resgen] filename is not specified, inputFile.resources will be u
sed.
[resgen] The /compile option takes a list of .resX or .txt files
to convert to
[resgen] .resources files in one bulk operation, replacing .ext w
ith .resources for
[resgen] the output file name.
[resgen] .txt files have this format:
[resgen] # Use # at the beginning of a line for a comment cha
racter.
[resgen] name=value
[resgen] more elaborate name=value
BUILD FAILED - 0 non-fatal error(s), 1 warning(s)
External Program Failed: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin
\resgen.exe (return code was -1163019603)
Total time: 0.8 seconds.
plz help
Prashant !!