Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4102114
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T20:47:03+00:00 2026-05-20T20:47:03+00:00

Using Visual Studio 2008 I’ve built a COM object that targets the .Net Framework

  • 0

Using Visual Studio 2008 I’ve built a COM object that targets the .Net Framework 2.0.

I’m trying to use the component in MS Access 2007 on XP SP3. If I use early binding it works flawlessly. If I use late binding I get this error:

Run-time error '429':
ActiveX component can't create object

Here’s my code:

Dim objTest as Object
Set objTest = CreateObject("MyComNameSpace.MyComClass") 'Error occurs here
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T20:47:04+00:00Added an answer on May 20, 2026 at 8:47 pm

    Well, looks like the ProgId isn’t “MyComNameSpace.MyComClass”. Look in the registry with Regedit.exe, it should be present in HKEY_CLASSES_ROOT. The key contains a CLSID key with a guid for your class. That key should be present in HKLM\Software\Classes\CLSID\{guid}. Which contains keys written by Regasm.exe to get the CLR started and your assembly loaded.

    You can see these keys being searched by the COM client program with SysInternals’ ProcMon utility, a decent way to diagnose what’s missing.

    You can use the [ProgId] attribute to pick your own instead of letting the it up to .NET to pick one.

    Just in case, just because you use late-binding does not mean that you can skip the registration step. Be sure to run Regasm.exe with the /codebase option from an elevated command prompt to get the keys registered.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm looking into using Visual Studio 2008's built in unit test projects instead of
I'm using Visual Studio 2008 and the built-in installation tools for a C# client
If I'm using Visual Studio 2008 targeted to ASP.NET 2.0, then which version of
Applications I am using: Visual Studio 2008 (C#/ASP.NET) Visual Source Safe 8.0 IIS 5.1
I'm using Visual Studio 2008 SP1 on .NET 3.5 SP1 on Vista Any time
Using Visual Studio 2008, I setup a client that uses Web Services. It has
Using Visual Studio 2008 Team Edition, is it possible to assign a shortcut key
Using Visual Studio 2008 / C# / VS Unit Testing. I have a very
I'm using visual studio 2008 and ReSharper 4 and it's kind of slow. My
I've started using Visual Studio 2008 and it keeps asking me to upgrade my

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.