It sure looks like it's trying to find a COM-based ADO (ADODB) DLL. This
would be unusual for a .NET application. Are you making references to ADO
classic classes?
--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
Visit
www.hitchhikerguides.net to get more information on my latest book:
Hitchhiker's Guide to Visual Studio and SQL Server (7th Edition)
and Hitchhiker's Guide to SQL Server 2005 Compact Edition (EBook)
-----------------------------------------------------------------------------------------------------------------------
"SvenC" <(E-Mail Removed)> wrote in message
news:017D2097-419C-409F-868B-(E-Mail Removed)...
> Hi,
>
>> I've googled until I'm blue in the face - nowhere can I find the
>> solution to this....
>>
>> Developed my first real app in vb.net 2005. works great on my PC and
>> my laptop (which also has VB.Net 2005 installed on it)
>>
>> The app also installs in my friends new Dell laptop
>>
>> However, on my other PC and another laptop it won't run.
>>
>> System.IO.FileNotFoundException: Could not load file or assembly
>> 'ADODB,
>> Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
>> or one
>> of its dependencies. The system cannot find the file specified.
>
> Open Depends.exe from %ProgramFiles%\Microsoft Visual Studio
> 8\Common7\Tools\Bin
> From Depends.exe open you executable which does not load. Press F5 and
> watch the output messages of Depends.exe. It shows which dlls are loaded
> and which fail to load. That should help to identify which dependency is
> missing.
>
> --
> SvenC