473,396 Members | 1,773 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.

Error Creating Access DB

I have a VB.NET Windows app which gives the users the option to open an
existing Access DB or create a new one. I used VSNET 2003 Package/Deployment
to create an install package. I've had 3 people test it and on one machine
the user gets an error message:

"COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
valid or not registered"

Has anyone seen this type of problem and/or have ideas on how to debug it?

TIA

Wayne
Jul 21 '05 #1
3 1133
I copied the CLSID incorrectly - it should be:

00000602-0000-0010-8000-00AA006D2EAA

Sorry about that.

Wayne

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:Of**************@tk2msftngp13.phx.gbl...
I have a VB.NET Windows app which gives the users the option to open an
existing Access DB or create a new one. I used VSNET 2003 Package/Deployment to create an install package. I've had 3 people test it and on one machine
the user gets an error message:

"COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
valid or not registered"

Has anyone seen this type of problem and/or have ideas on how to debug it?

TIA

Wayne

Jul 21 '05 #2
Search for that CLSID in the registry and see which DLL it's pointing to - maybe you haven't
packaged all dependencies? If it's a COM interop object then have you asked it to be 'copied
locally' for your project thus ensuring it gets packaged?

Chris.

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:ue**************@TK2MSFTNGP14.phx.gbl...
I copied the CLSID incorrectly - it should be:

00000602-0000-0010-8000-00AA006D2EAA

Sorry about that.

Wayne

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:Of**************@tk2msftngp13.phx.gbl...
I have a VB.NET Windows app which gives the users the option to open an
existing Access DB or create a new one. I used VSNET 2003 Package/Deployment to create an install package. I've had 3 people test it and on one machine
the user gets an error message:

"COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
valid or not registered"

Has anyone seen this type of problem and/or have ideas on how to debug it?

TIA

Wayne



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.777 / Virus Database: 524 - Release Date: 14/10/2004
Jul 21 '05 #3
I'll ask them to do that. Thanks.

Wayne

"Chris Barber" <ch***@blue-canoe.co.uk.NOSPAM> wrote in message
news:eE**************@TK2MSFTNGP11.phx.gbl...
Search for that CLSID in the registry and see which DLL it's pointing to - maybe you haven't packaged all dependencies? If it's a COM interop object then have you asked it to be 'copied locally' for your project thus ensuring it gets packaged?

Chris.

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:ue**************@TK2MSFTNGP14.phx.gbl...
I copied the CLSID incorrectly - it should be:

00000602-0000-0010-8000-00AA006D2EAA

Sorry about that.

Wayne

"Wayne Wengert" <wa***************@wengert.com> wrote in message
news:Of**************@tk2msftngp13.phx.gbl...
I have a VB.NET Windows app which gives the users the option to open an
existing Access DB or create a new one. I used VSNET 2003

Package/Deployment
to create an install package. I've had 3 people test it and on one machine the user gets an error message:

"COM object with CLSID (0000602-0000-0010-00AA006D2EA4) is either not
valid or not registered"

Has anyone seen this type of problem and/or have ideas on how to debug it?
TIA

Wayne



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.777 / Virus Database: 524 - Release Date: 14/10/2004

Jul 21 '05 #4

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

Similar topics

2
by: René Beumer | last post by:
I am trying to install a windows service written in .net 2003 on my Windows 2000 computer. I have followed the walkthru given in msdn but the service fails to install with 'requested registry...
0
by: M. Farrenkopf | last post by:
I am in the process of converting a Jet database to ADP using SQL Server 2000. Most of this conversation has been smooth, but now I'm running across a problem that has me stumped. Access 2000 SP3...
1
by: Boris | last post by:
All, Please help me with following error. I am using classic ASP to connect to MS Access DB to create a table dynamically. Following is the table definition. I get the error when I execute the...
20
by: ctyrrell | last post by:
Does anyone have any idea how to recover from a run-time error 3002 which I get after creating a workspace 242 times? Or better yet, avoid getting it in the first place? I am creating a...
12
by: Brett Robichaud | last post by:
Is anyone familiar with this error? I have this running just fine on my local machine but when I pushed it out to our development server I get this error. I have no idea what it is saying. Any...
8
by: Razak | last post by:
Hi, I have a class which basically do Impersonation in my web application. From MS KB sample:- ++++++++++++++++++++code starts Dim impersonationContext As...
0
by: Peter D. Dunlap | last post by:
I have a number of web sites on my 2003 server, each of the independent sites (i.e., not subdirectories of the localhost site). The way I have always set these up in the past is: 1. Create a...
3
by: Dave | last post by:
I've run across a strange error when creating a simple ADO.Net connection in VB.Net 2003 To replicate an error: Create an Access database (2002) with table named "Student" and fields SID...
5
by: snicks | last post by:
I'm trying to exec a program external to my ASP.NET app using the following code. The external app is a VB.NET application. Dim sPPTOut As String sPPTOut = MDEPDirStr + sID + ".ppt" Dim p As...
4
by: breadhead | last post by:
Good morning, all. I am creating an Access 2002 application to run on XP clients and I'm struggling with the task of testing whether a single-field record exists before allowing the user to add it...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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...

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.