PC Review


Reply
Thread Tools Rate Thread

Error 1005: File not found

 
 
Michael Demb
Guest
Posts: n/a
 
      19th Sep 2005
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.


 
Reply With Quote
 
 
 
 
karl
Guest
Posts: n/a
 
      19th Sep 2005
Hi Michael

Those are basic questions. Search the help file of XPE developement
tools, or MSDN, then you'll find the answer.

 
Reply With Quote
 
karl
Guest
Posts: n/a
 
      19th Sep 2005
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.

 
Reply With Quote
 
karl
Guest
Posts: n/a
 
      19th Sep 2005
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.

 
Reply With Quote
 
karl
Guest
Posts: n/a
 
      19th Sep 2005
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.


 
Reply With Quote
 
karl5511
Guest
Posts: n/a
 
      19th Sep 2005
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" <(E-Mail Removed)> дÈëÓʼþ
news:(E-Mail Removed)...
> 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.
>
>



 
Reply With Quote
 
Michael Demb
Guest
Posts: n/a
 
      19th Sep 2005
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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi Michael
>
> Those are basic questions. Search the help file of XPE developement
> tools, or MSDN, then you'll find the answer.
>



 
Reply With Quote
 
Brad Combs
Guest
Posts: n/a
 
      19th Sep 2005
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/de...toryObject.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" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>



 
Reply With Quote
 
Karl
Guest
Posts: n/a
 
      20th Sep 2005
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

 
Reply With Quote
 
JustinH
Guest
Posts: n/a
 
      20th Sep 2005
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

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
error on ID 1005 ^CASTELAN FAMILY Windows Vista Mail 1 7th May 2008 01:26 AM
Extra files - 1005: File not found Richard Rosenheim Windows XP Embedded 2 6th Jan 2008 09:04 PM
Error 1005: File not found =?Utf-8?B?UmljaGFyZCBSb3NlbmhlaW0=?= Windows XP Embedded 3 2nd Apr 2007 10:08 AM
Build Error 1005 File not found jay Windows XP Embedded 3 13th Jan 2007 09:52 PM
Error 1005: File not found: "cdrom.inf" when Building XPE image =?Utf-8?B?bXM=?= Windows XP Embedded 1 11th Jan 2005 05:45 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:25 AM.