Message 1 of 4
Can't Find Project or Library when using WinXP...
Not applicable
03-27-2002
05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have written a program that calculates our bill of materials. For some
reason the one user that has Windows XP Pro for his OS gets a error when he
tries to run the program. First I get "Compile Error: Can't find project or
library". When I debug the project I get the error at statements like MID("
") and Left(" ") which are just standard VBA statements.
I figured this was a easy fix. I went to the references and tried to remove
the missing reference. There is a missing reference of "MSInfo MSICDROM
Category Module". So I try to remove it and I get another message that says
"Can't remove control or reference; in use". I unloaded all projects except
that one to make sure another project wasn't using it. That didn't help. I
know the project I am using doesn't use that reference. Anyone have any
suggestions? Thanks for the help in advanced.
Bryan
reason the one user that has Windows XP Pro for his OS gets a error when he
tries to run the program. First I get "Compile Error: Can't find project or
library". When I debug the project I get the error at statements like MID("
") and Left(" ") which are just standard VBA statements.
I figured this was a easy fix. I went to the references and tried to remove
the missing reference. There is a missing reference of "MSInfo MSICDROM
Category Module". So I try to remove it and I get another message that says
"Can't remove control or reference; in use". I unloaded all projects except
that one to make sure another project wasn't using it. That didn't help. I
know the project I am using doesn't use that reference. Anyone have any
suggestions? Thanks for the help in advanced.
Bryan