473,396 Members | 1,767 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

VB2005 not deploying properly

Tym
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.

File name: 'ADODB, Version=7.0.3300.0, Culture=neutral,

PublicKeyToken=b03f5f7f11d50a3a'
It's not a versioning issue - the target PC _DOES NOT HAVE_ ADODB on it
ANYWHERE - even though I've installed the DonNetframework.

What am I doing wrong? The app has the references to ADADB in it fine, so
what's wrong with the delpoyment??

I noticed that on the "faulty" PC, there are only two files in the
C:\Program Files\Microsoft.NET\Primary Interop Assemblies directory whereas
on mine there are quite a few including adodb.dll

Tym
Jun 11 '07 #1
14 2032
Copy ADODB.DLL to the same directory as the EXE on the machines where it
doesn't work.

Tym wrote:
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.

File name: 'ADODB, Version=7.0.3300.0, Culture=neutral,

PublicKeyToken=b03f5f7f11d50a3a'
It's not a versioning issue - the target PC _DOES NOT HAVE_ ADODB on it
ANYWHERE - even though I've installed the DonNetframework.

What am I doing wrong? The app has the references to ADADB in it fine, so
what's wrong with the delpoyment??

I noticed that on the "faulty" PC, there are only two files in the
C:\Program Files\Microsoft.NET\Primary Interop Assemblies directory whereas
on mine there are quite a few including adodb.dll

Tym

Jun 11 '07 #2
On Jun 11, 8:41 am, "Tym" <spamt...@ictis.netwrote:
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.

File name: 'ADODB, Version=7.0.3300.0, Culture=neutral,

PublicKeyToken=b03f5f7f11d50a3a'

It's not a versioning issue - the target PC _DOES NOT HAVE_ ADODB on it
ANYWHERE - even though I've installed the DonNetframework.

What am I doing wrong? The app has the references to ADADB in it fine, so
what's wrong with the delpoyment??

I noticed that on the "faulty" PC, there are only two files in the
C:\Program Files\Microsoft.NET\Primary Interop Assemblies directory whereas
on mine there are quite a few including adodb.dll

Tym
ADODB is the "old" version of ADO - and is not packaged with the .Net
framework. Instead you should be using ADO.Net instead, and your
errors should go away.

By the way, I removed the classic VB newgroup from the posting list,
do not post VB.Net questions there.

Thanks,

Seth Rowe

Jun 11 '07 #3
pardon for jumping in. but I dont think it will fix it. i have the same
problem in vs2005 C# proj, with crystal reports XI. and I have the same error.
my case is I have one exe plus 2 dlls on same folder, and all the *.RPT
(Crystal reports) in the same folder and still is looking for something else,
"SOMETHING ELSE" is the missing file that everyone is getting for as an
error file not found..

"rowe_newsgroups" wrote:
On Jun 11, 8:41 am, "Tym" <spamt...@ictis.netwrote:
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.

File name: 'ADODB, Version=7.0.3300.0, Culture=neutral,

PublicKeyToken=b03f5f7f11d50a3a'

It's not a versioning issue - the target PC _DOES NOT HAVE_ ADODB on it
ANYWHERE - even though I've installed the DonNetframework.

What am I doing wrong? The app has the references to ADADB in it fine, so
what's wrong with the delpoyment??

I noticed that on the "faulty" PC, there are only two files in the
C:\Program Files\Microsoft.NET\Primary Interop Assemblies directory whereas
on mine there are quite a few including adodb.dll

Tym

ADODB is the "old" version of ADO - and is not packaged with the .Net
framework. Instead you should be using ADO.Net instead, and your
errors should go away.

By the way, I removed the classic VB newgroup from the posting list,
do not post VB.Net questions there.

Thanks,

Seth Rowe

Jun 12 '07 #4
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

Jun 12 '07 #5
On Jun 12, 2:22 pm, raulavi <raul...@discussions.microsoft.comwrote:
pardon for jumping in. but I dont think it will fix it. i have the same
problem in vs2005 C# proj, with crystal reports XI. and I have the same error.
my case is I have one exe plus 2 dlls on same folder, and all the *.RPT
(Crystal reports) in the same folder and still is looking for something else,
"SOMETHING ELSE" is the missing file that everyone is getting for as an
error file not found..

"rowe_newsgroups" wrote:
On Jun 11, 8:41 am, "Tym" <spamt...@ictis.netwrote:
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.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
It's not a versioning issue - the target PC _DOES NOT HAVE_ ADODB on it
ANYWHERE - even though I've installed the DonNetframework.
What am I doing wrong? The app has the references to ADADB in it fine, so
what's wrong with the delpoyment??
I noticed that on the "faulty" PC, there are only two files in the
C:\Program Files\Microsoft.NET\Primary Interop Assemblies directory whereas
on mine there are quite a few including adodb.dll
Tym
ADODB is the "old" version of ADO - and is not packaged with the .Net
framework. Instead you should be using ADO.Net instead, and your
errors should go away.
By the way, I removed the classic VB newgroup from the posting list,
do not post VB.Net questions there.
Thanks,
Seth Rowe- Hide quoted text -

- Show quoted text -
pardon for jumping in. but I dont think it will fix it. i have the same
problem in vs2005 C# proj, with crystal reports XI. and I have the same error.
You're getting an ADODB not found error with Crystal Reports?

Thanks,

Seth Rowe

Jun 12 '07 #6
ahanks SvenC:
how about this, ran dependency walker and got
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.
now whats, next,(no much of a hlp), there are two red modules with a sand
clock on the left side: IEFRAME.DLL and SWHLWAPI.DLL are these missing from
the folder. or better how do we proceed any further.
Thanks
"SvenC" wrote:
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
Jun 12 '07 #7
Hi,
ahanks SvenC:
how about this, ran dependency walker and got
Warning: At least one module has an unresolved import due to a missing
export function in a delay-load dependent module.
now whats, next,(no much of a hlp), there are two red modules with a
sand clock on the left side: IEFRAME.DLL and SWHLWAPI.DLL are these
missing from the folder. or better how do we proceed any further.
Those should be OK. But you see only directly linked modules here not those
which are dynamically loaded during runtime. So please use Depends
File->Open to open and execute your app. Press F5 and watch which modules
are missing during runtime.

--
SvenC

Jun 12 '07 #8
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" <Sv***@community.nospamwrote in message
news:01**********************************@microsof t.com...
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

Jun 12 '07 #9
not sure is ADODB

"rowe_newsgroups" wrote:
On Jun 12, 2:22 pm, raulavi <raul...@discussions.microsoft.comwrote:
pardon for jumping in. but I dont think it will fix it. i have the same
problem in vs2005 C# proj, with crystal reports XI. and I have the same error.
my case is I have one exe plus 2 dlls on same folder, and all the *.RPT
(Crystal reports) in the same folder and still is looking for something else,
"SOMETHING ELSE" is the missing file that everyone is getting for as an
error file not found..

"rowe_newsgroups" wrote:
On Jun 11, 8:41 am, "Tym" <spamt...@ictis.netwrote:
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.
File name: 'ADODB, Version=7.0.3300.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a'
It's not a versioning issue - the target PC _DOES NOT HAVE_ ADODB on it
ANYWHERE - even though I've installed the DonNetframework.
What am I doing wrong? The app has the references to ADADB in it fine, so
what's wrong with the delpoyment??
I noticed that on the "faulty" PC, there are only two files in the
C:\Program Files\Microsoft.NET\Primary Interop Assemblies directory whereas
on mine there are quite a few including adodb.dll
Tym
ADODB is the "old" version of ADO - and is not packaged with the .Net
framework. Instead you should be using ADO.Net instead, and your
errors should go away.
By the way, I removed the classic VB newgroup from the posting list,
do not post VB.Net questions there.
Thanks,
Seth Rowe- Hide quoted text -
- Show quoted text -

pardon for jumping in. but I dont think it will fix it. i have the same
problem in vs2005 C# proj, with crystal reports XI. and I have the same error.

You're getting an ADODB not found error with Crystal Reports?

Thanks,

Seth Rowe

Jun 12 '07 #10
Thanks william and Svenc:
finally some help...from you guys...thanks
we don't use the old ADO (we use ado.net),but surelly that crystall reports
DO (is a very old COM reporting engine even the las XI version - I beleive.) .
are you aware of crystal reports?
How do we find out if we need adodb.dll? or do we need to linked if we do?

"William (Bill) Vaughn" wrote:
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" <Sv***@community.nospamwrote in message
news:01**********************************@microsof t.com...
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


Jun 12 '07 #11
William: since WF 2.0 does not have Ado, where do get it from ?
I step into MS when vs2003 and crystal reports was 8.5, all worked fine,
(also WF1.1 was stil around) then we compiled the proj with VS 2005 and since
then, we cannot run the reports...(Our users are still using vs2003 proj,

can we copy ADODB.dll to the users., can we make it part of our install (of
course, if this is the missing file), last: how can we get this msg to report
the missing file.
I read couple of days worth of internet File not found error message all
over many conditions.

Thanks , keep up with your books too.

"William (Bill) Vaughn" wrote:
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" <Sv***@community.nospamwrote in message
news:01**********************************@microsof t.com...
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


Jun 12 '07 #12
On Jun 12, 6:11 pm, raulavi <raul...@discussions.microsoft.comwrote:
William: since WF 2.0 does not have Ado, where do get it from ?
I step into MS when vs2003 and crystal reports was 8.5, all worked fine,
(also WF1.1 was stil around) then we compiled the proj with VS 2005 and since
then, we cannot run the reports...(Our users are still using vs2003 proj,

can we copy ADODB.dll to the users., can we make it part of our install (of
course, if this is the missing file), last: how can we get this msg to report
the missing file.
I read couple of days worth of internet File not found error message all
over many conditions.

Thanks , keep up with your books too.

"William (Bill) Vaughn" wrote:
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.
__________________________________
Visitwww.hitchhikerguides.netto 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" <S...@community.nospamwrote in message
news:01**********************************@microsof t.com...
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
William: since WF 2.0 does not have Ado, where do get it from ?
You can add a COM reference to "Microsoft ActiveX Data Objects 2.8
Library" from the Add Reference form.

Thanks,

Seth Rowe

Jun 13 '07 #13
I just want to make sure we are on the right track.
There are two things I care:
Finding what file not found is missing.
second is waht ever is missing if can be shipped to final user, be part of
the install in other words.
since we dont know which file is missing, (we guess is ADODB.dll which I
copied to the folder and still ahve the same error) will wait til then.

now back to the COM... why do I need to start playing with COM objs whe I
never did?
I only heart COM, but I never use them myselfe. so do you think we have to
mess aroud with COM?

in simple Developer terms, COMs were installed on Pcs (they existed) when we
were using Vs2003. Do you recall what have changed on COMs?
"rowe_newsgroups" wrote:
On Jun 12, 6:11 pm, raulavi <raul...@discussions.microsoft.comwrote:
William: since WF 2.0 does not have Ado, where do get it from ?
I step into MS when vs2003 and crystal reports was 8.5, all worked fine,
(also WF1.1 was stil around) then we compiled the proj with VS 2005 and since
then, we cannot run the reports...(Our users are still using vs2003 proj,

can we copy ADODB.dll to the users., can we make it part of our install (of
course, if this is the missing file), last: how can we get this msg to report
the missing file.
I read couple of days worth of internet File not found error message all
over many conditions.

Thanks , keep up with your books too.

"William (Bill) Vaughn" wrote:
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.
__________________________________
Visitwww.hitchhikerguides.netto 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" <S...@community.nospamwrote in message
>news:01**********************************@microso ft.com...
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

William: since WF 2.0 does not have Ado, where do get it from ?

You can add a COM reference to "Microsoft ActiveX Data Objects 2.8
Library" from the Add Reference form.

Thanks,

Seth Rowe

Jun 13 '07 #14
Tym
Thanks to all who replied -
I've googled a bit more and found that by adding an assembly to the
deployment project for ADODB, it seems to install correctly now.

Tym

"William (Bill) Vaughn" <bi**************@betav.comwrote in message
news:Oi****************@TK2MSFTNGP05.phx.gbl...
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" <Sv***@community.nospamwrote in message
news:01**********************************@microsof t.com...
>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


Jun 17 '07 #15

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Gerben van Loon | last post by:
Hi there, hope someone can help me on this: I'm planning to deploy several ASP.NET projects to a production server. Normally I used the "Project / Copy project" option in VS.NET, but to this...
0
by: Asanga | last post by:
Hi, When I'm trying to deploying my project to real commercial web server its not working. When removed the webconfig file and make some changes in html file (see below) it works changes in...
0
by: Mark Finkel | last post by:
I have developed a web service on my own PC which works properly. Deploying it to the production web farm I copy all .aspx files and \bin for both the service and the app that calls it. When I try...
7
by: guy | last post by:
Has anyone any experience of the conversion wizard for VB6 to VB2005? if so how good is it? also how does it handle database related conversions i.e is ADO converted to ADO.NET etc. the project...
0
by: Phill W. | last post by:
Can VB2005 /correctly/ pass a class derived from Datatable via .Net Remoting? Using VB2003, I created a class inherited from DataTable and added some extra bits to it. All was well until I...
15
by: Galen Somerville | last post by:
I have an app using a VB6 ActiveX.dll which I also have made as an exe. Both the dll and exe have exactly the same code and start in Sub Main. There is no form involved. I start this activex as...
3
by: pooba53 | last post by:
I have a VB .NET 2003 application that communicates with an Access db. I am deploying the application using the Wizard that creates an install package and it IS properly grabbing the Access db and...
15
by: Aalaan | last post by:
I am presently a user of classic vb6 and hang out on those newsgroups. Some of you may be aware that there is a very anti MS and vb2005 feeling there. I have tried to get them to tell me which...
1
by: Jeffrey Christiansen | last post by:
I wanted to add a toggle button to a VB2005 form to be used for a simple Windows Application (i.e. compiled to a "*.exe"), so I added the ActiveX Microsoft Forms Object toggle button, however I...
2
by: =?Utf-8?B?UmljaA==?= | last post by:
Hello, I have Visual Studio 2005 Professional. I have been deploying VB2005 apps using "Click Once" which works great and will add .Net 2.0 framework where needed and adds all prerequisite...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.