Converted path is incorrect

Started by overlynifty, April 21, 2010, 05:28:31 AM

Previous topic - Next topic

overlynifty

I have a script built off of a vb6 project group. Some of the dlls it can find and others it gives me an error in the log file. But at the end of the error message it says IGNORED. I am not sure if I should be trying to fix it or ignore it. I have included a section of the script log below. The problem I see is that it is taking the relative path from the vbp file and incorrectly resolving it to the full unc path. How do I get it to resolve to the correct path?
 
The group project file (the vbg file) is in C:Projects and the dll it is referencing below called eUtilities.dll is in the following directory C:ProjectsUtilitiesCompiled. But as you can see it is resolving the unc to C:UtilitiesCompiled which is incorrect.
 
4/21/2010 11:17:40 AM - Processing VBP Project UploadColorado.vbp File Information...
4/21/2010 11:17:40 AM - Object - stdole2.tlb
4/21/2010 11:17:40 AM - Object - scrrun.dll
4/21/2010 11:17:40 AM - * * * * * Scripting Runtime Installation Added, Scrrun.dll removed. * * * * *
4/21/2010 11:17:40 AM - * * * ERROR * * * Invalid reference in VBP: ....UtilitiesCompiledeUtilities.dll - Converts to: C:UtilitiesCompiledeUtilities.dll - IGNORING
4/21/2010 11:17:40 AM - Object - eUtilities.dll