all groups > dotnet setup > june 2007 >
You're in the

dotnet setup

group:

VB2005 not deploying properly


Re: VB2005 not deploying properly rowe_newsgroups
6/11/2007 6:33:52 AM
dotnet setup:
[quoted text, click to view]

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
VB2005 not deploying properly Tym
6/11/2007 1:41:53 PM
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

Re: VB2005 not deploying properly Chris Diver
6/11/2007 2:01:57 PM
Copy ADODB.DLL to the same directory as the EXE on the machines where it
doesn't work.

[quoted text, click to view]
AddThis Social Bookmark Button