Katya Kr
August 13th, 2001, 10:15 AM
I was trying to run a vb project and I recieved an error message "compile error: can't find project or library". I checked References - none of the references is prefixed with "missing". What can I do?
|
Click to See Complete Forum and Search --> : error message Katya Kr August 13th, 2001, 10:15 AM I was trying to run a vb project and I recieved an error message "compile error: can't find project or library". I checked References - none of the references is prefixed with "missing". What can I do? Ghost308 August 13th, 2001, 10:30 AM Just some ideas... 1. What was the last thing you added to your project before receiving this error? 2. What objects are created in your code that are external to vb? 3. Are you automating any app like Word or Excel that isn't checked in references or perhaps needs to be reinstalled on the machine? Katya Kr August 13th, 2001, 10:46 AM 1. I didn't add anything for a while. The project works fine on my PC. But when I copied it to another PC, it gives me the error on that PC. 2. Sorry, I don't think I understand the question. 3. I don't think the project is doing anything with Word or Excel. Ghost308 August 13th, 2001, 11:04 AM Do other projects compile normally on the PC that gives you the error? Katya Kr August 13th, 2001, 12:33 PM I'm sorry, there is a missing reference (I somehow missed it the firest time I looked). It's MS DTSPackage object library (dtspkg.rll). I tried to follow directions in MSDN help to add the reference, but it didn't work. There is no dtspkg.rll on the PC. Will it work if I copy and paste dtspkg.rll (and then add the reference)? codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |