Strange Error in Builds

  • Thread starter Thread starter Richard
  • Start date Start date
R

Richard

I started getting this error in my builds: I did add two files to a
component which will copy to C:\ and c:\Windows .
I used Directory Numbers 24 and 10.

%24%\test.bat ---> goes to c:\
%10%\info.txt ----> goes to c:\windows



An internal error occurred while building the run-time image.
Code = 0x800a0046
Description = The index specified does not reference an existing item in the
collection.


Error 70 (0x46) in "": The index specified does not reference an existing
item in the collection.
 
It is the %24% path that is causing the error. If I disable it it builds
fine. Enable it and it sends an Error.

Richard
 
I'm trying to copy over a new Boot.Ini file to the root directory in order
use the switches I currently have edited into the file.
From Everything I'm reading, the %24% is correct for the Root Directory.

BTW, the Boot.Ini is off a working Target....

I created a component that copies numerous files to different directories
which works fine, unit I add the Boot.ini file, in which case Build flags
the error I mentioned near the very end of the build process.

Any suggestions on how to add command line switches to the boot.ini besides
having to copy and overwrite the existing one.

Richard
 
Any reason when I try to copy a file to the Root directly using %24% I get
this error?

Richard
 
Back
Top