PC Review
Forums
Newsgroups
Windows XP
Windows XP Embedded
Error 1005: File not found
Forums
Newsgroups
Windows XP
Windows XP Embedded
Error 1005: File not found
![]() |
Error 1005: File not found |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hi,
I am trying to create a custom driver component, but with no success. I created a new component by importing driver's .inf file at Component Designer. Then I imported the new SLD file into the database. Now I could see it in the Hardware section at Target Designer. Then I added the component to my project and ran the dependency check with no errors in the result. But when I tried to build the image I got the following error for every file in that specific component: Building: "Intel Corporation 855 Embedded Graphics Driver [Version 4.0.0.642, R2]"... Warning 1116: Building unreleased component: "Intel Corporation 855 Embedded Graphics Driver [Version 4.0.0.642, R2]" Error 1005: File not found: "ssigd.cat" Error 1005: File not found: "ssigd.inf" Error 1005: File not found: "igdmini.sys" Error 1005: File not found: "igddis.dll" Error 1005: File not found: "igd3dalm.dll" Error 1005: File not found: "ch7009.sys" Error 1005: File not found: "ch7017.sys" Error 1005: File not found: "fs454.sys" Error 1005: File not found: "lvds.sys" Error 1005: File not found: "ns2501.sys" Error 1005: File not found: "ns387.sys" Error 1005: File not found: "sii164.sys" Error 1005: File not found: "th164.sys" What did I missed? BTW, what does it means: "unreleased component"? Why is it unreleased? Thanks, Michael. |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Hi Michael
Those are basic questions. Search the help file of XPE developement tools, or MSDN, then you'll find the answer. |
|
|
|
#3 |
|
Guest
Posts: n/a
|
HI Michael.
Those are basic questions which can be resolved by yourself. Search your developement tools' help files or MSDN, then you'll find the answer. |
|
|
|
#4 |
|
Guest
Posts: n/a
|
HI Michael.
Those are basic questions which can be resolved by yourself. Search your developement tools' help files or MSDN, then you'll find the answer. |
|
|
|
#5 |
|
Guest
Posts: n/a
|
HI Michael.
Those are basic questions which can be resolved by yourself. Search your developement tools' help files or MSDN, then you'll find the answer. Michael Demb wrote: > Hi, > > I am trying to create a custom driver component, but with no success. > I created a new component by importing driver's .inf file at Component > Designer. Then I imported the new SLD file into the database. Now I could > see it in the Hardware section at Target Designer. Then I added the > component to my project and ran the dependency check with no errors in the > result. > But when I tried to build the image I got the following error for every file > in that specific component: > > Building: "Intel Corporation 855 Embedded Graphics Driver [Version > 4.0.0.642, R2]"... > Warning 1116: Building unreleased component: "Intel Corporation 855 > Embedded Graphics Driver [Version 4.0.0.642, R2]" > Error 1005: File not found: "ssigd.cat" > Error 1005: File not found: "ssigd.inf" > Error 1005: File not found: "igdmini.sys" > Error 1005: File not found: "igddis.dll" > Error 1005: File not found: "igd3dalm.dll" > Error 1005: File not found: "ch7009.sys" > Error 1005: File not found: "ch7017.sys" > Error 1005: File not found: "fs454.sys" > Error 1005: File not found: "lvds.sys" > Error 1005: File not found: "ns2501.sys" > Error 1005: File not found: "ns387.sys" > Error 1005: File not found: "sii164.sys" > Error 1005: File not found: "th164.sys" > > What did I missed? > BTW, what does it means: "unreleased component"? Why is it unreleased? > > Thanks, > Michael. |
|
|
|
#6 |
|
Guest
Posts: n/a
|
Sorry. I replied by google groups. It maybe has a bug that I can't see my
reply after I replied, so I replied and replied ![]() "Michael Demb" <michaeld@adyoron.com> Đ´ČëÓĘĽţ news:us0kAwNvFHA.2948@TK2MSFTNGP15.phx.gbl... > Hi, > > I am trying to create a custom driver component, but with no success. > I created a new component by importing driver's .inf file at Component > Designer. Then I imported the new SLD file into the database. Now I could > see it in the Hardware section at Target Designer. Then I added the > component to my project and ran the dependency check with no errors in the > result. > But when I tried to build the image I got the following error for every file > in that specific component: > > Building: "Intel Corporation 855 Embedded Graphics Driver [Version > 4.0.0.642, R2]"... > Warning 1116: Building unreleased component: "Intel Corporation 855 > Embedded Graphics Driver [Version 4.0.0.642, R2]" > Error 1005: File not found: "ssigd.cat" > Error 1005: File not found: "ssigd.inf" > Error 1005: File not found: "igdmini.sys" > Error 1005: File not found: "igddis.dll" > Error 1005: File not found: "igd3dalm.dll" > Error 1005: File not found: "ch7009.sys" > Error 1005: File not found: "ch7017.sys" > Error 1005: File not found: "fs454.sys" > Error 1005: File not found: "lvds.sys" > Error 1005: File not found: "ns2501.sys" > Error 1005: File not found: "ns387.sys" > Error 1005: File not found: "sii164.sys" > Error 1005: File not found: "th164.sys" > > What did I missed? > BTW, what does it means: "unreleased component"? Why is it unreleased? > > Thanks, > Michael. > > |
|
|
|
#7 |
|
Guest
Posts: n/a
|
Hi Karl,
Sorry but this is really not a basic question, cause creating the components in a right way is not so easy as it described in the books. I am doing everything as it described in the MSDN (and not only) books but it still doesn't work. I could create one component and import it to the database, but when I create another component and try to add it to the same repository, the import process ends with OK but no files are copied. I still can't understand what I am doing wrong. "karl" <karl5511@gmail.com> wrote in message news:1127116331.352434.168690@g44g2000cwa.googlegroups.com... > Hi Michael > > Those are basic questions. Search the help file of XPE developement > tools, or MSDN, then you'll find the answer. > |
|
|
|
#8 |
|
Guest
Posts: n/a
|
Michael,
The likely reason for the 1005 is that there was no repository created for or assigned to the component. Follow this article to help troubleshoot: http://msdn.microsoft.com/library/d...itoryObject.asp Your component is showing as unreleased because you haven't released it yet. ;-) You can set the component to released by right clicking it in component designer and choosing release. This error is safe to ignore during your build testing. HTH, Brad "Michael Demb" <michaeld@adyoron.com> wrote in message news:us0kAwNvFHA.2948@TK2MSFTNGP15.phx.gbl... > Hi, > > I am trying to create a custom driver component, but with no success. > I created a new component by importing driver's .inf file at Component > Designer. Then I imported the new SLD file into the database. Now I could > see it in the Hardware section at Target Designer. Then I added the > component to my project and ran the dependency check with no errors in the > result. > But when I tried to build the image I got the following error for every > file in that specific component: > > Building: "Intel Corporation 855 Embedded Graphics Driver [Version > 4.0.0.642, R2]"... > Warning 1116: Building unreleased component: "Intel Corporation 855 > Embedded Graphics Driver [Version 4.0.0.642, R2]" > Error 1005: File not found: "ssigd.cat" > Error 1005: File not found: "ssigd.inf" > Error 1005: File not found: "igdmini.sys" > Error 1005: File not found: "igddis.dll" > Error 1005: File not found: "igd3dalm.dll" > Error 1005: File not found: "ch7009.sys" > Error 1005: File not found: "ch7017.sys" > Error 1005: File not found: "fs454.sys" > Error 1005: File not found: "lvds.sys" > Error 1005: File not found: "ns2501.sys" > Error 1005: File not found: "ns387.sys" > Error 1005: File not found: "sii164.sys" > Error 1005: File not found: "th164.sys" > > What did I missed? > BTW, what does it means: "unreleased component"? Why is it unreleased? > > Thanks, > Michael. > |
|
|
|
#9 |
|
Guest
Posts: n/a
|
Hi Michael,
> I could create one component and import it to the database, but when I > create another component and try to add it to the same repository, the > import process ends with OK but no files are copied. > I still can't understand what I am doing wrong. Sorry for my arbitrary conclusion. My answer is just as Brad Combs's. Hope it works! Why do you add another component "to the same repository", not another repository? What mean? -Karl |
|
|
|
#10 |
|
Guest
Posts: n/a
|
Hi Michael
I have been having similar problems. I created a new component, with its own new repository, based on an .inf file. At first it worked fine. The I created other components with their own repositories and suddenly the original component cannot find its files during build. They are there in the repository, but the build is only searching the original three repositories for them and not my new repositiories. I have tried deleting the repository and the component and created it again from scratch, but i still get the same problem. Obviously there is something that i haven't set to tell the build which repository to look in for the files, but I haven't worked out what yet. My quick and dirty (and probably very very bad) workaround has been to copy the files into one of the repositories that do get searched, and it seems happy with that, but I will continue looking for the authorative solution and I will let you know if i find anything. Regards Justin |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 


