473,382 Members | 1,583 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,382 software developers and data experts.

The skinny on Access Add-In creation:

I have followed the instruction in kb article 201735 for add-in
creation and installation and still am unable to install the add-in.
When I attempt to install I get the "There was an error adding to
registry". Any ideas?
Nov 12 '05 #1
4 1664
TC
Just a guess (since you haven't told us your version of Windows, or your
version of Access, or what table entries you established for your addin),
but: do you need to be logged-in via an administrative account before you
can update the relevant registry entries on that PC?

HTH,
TC
"Access Guy" <ac***********@yahoo.com> wrote in message
news:36*************************@posting.google.co m...
I have followed the instruction in kb article 201735 for add-in
creation and installation and still am unable to install the add-in.
When I attempt to install I get the "There was an error adding to
registry". Any ideas?

Nov 12 '05 #2
Many possible reasons.
Registry access restrictions by the administrator, typo or missing key/value
in whatever process your using to put it there. Would need to compare what
you have done to what you're supposed to do.

Mike Storr
www.veraccess.com

"Access Guy" <ac***********@yahoo.com> wrote in message
news:36*************************@posting.google.co m...
I have followed the instruction in kb article 201735 for add-in
creation and installation and still am unable to install the add-in.
When I attempt to install I get the "There was an error adding to
registry". Any ideas?



Nov 12 '05 #3
OK here's the specifics:

1. Access2k with W2k on both machine. I'm getting the same error as
admin and non admin.

2. Here's the usysRegInfo table:

SubKey Type ValName Value
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\&AddinName 0
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\&AddinName 1 Expression
=StartMenuAddin()
HKEY_CURRENT_ACCESS_PROFILE\Menu
Add-ins\&AddinName 1 Library |ACCDIR\AddinName.mda
HKEY_CURRENT_ACCESS_PROFILE\Menu Add-ins\&AddinName 1 Version 1
I'm using the Expression Menu to open a form which is the add-in
interface. Also, what's the proper syntax for the database and the
code database? Thanks

"Mike Storr" <st******@sympatico.ca> wrote in message news:<Bz*********************@news20.bellglobal.co m>...
Many possible reasons.
Registry access restrictions by the administrator, typo or missing key/value
in whatever process your using to put it there. Would need to compare what
you have done to what you're supposed to do.

Mike Storr
www.veraccess.com

"Access Guy" <ac***********@yahoo.com> wrote in message
news:36*************************@posting.google.co m...
I have followed the instruction in kb article 201735 for add-in
creation and installation and still am unable to install the add-in.
When I attempt to install I get the "There was an error adding to
registry". Any ideas?

Nov 12 '05 #4
TC

"Access Guy" <ac***********@yahoo.com> wrote in message
news:36*************************@posting.google.co m...

(snip)

1. Access2k with W2k on both machine. I'm getting the same error as admin and non admin.

Ok, I'm out of ideas, if it was not that.

what's the proper syntax for the database and the code database?


Check out CurrentDB() and CodeDB().

HTH,
TC
Nov 12 '05 #5

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

Similar topics

1
by: Abareblue | last post by:
I have no clue on how to insert a record into access. here is the whole thing using System; using System.Drawing; using System.Collections; using System.ComponentModel;
4
by: Will Pittenger | last post by:
I have a project where the backend is Access. I have learned (slowly) to use OLEDB to access my data. However, to save changes, I need to generate a SQL statement. This seems clunky. I am used...
3
by: Yohancef Chin | last post by:
Hi, Being fairly new to .NET I am looking for a way to call MS Word from an event on a webform, and after the user is finished save that created document to an SQL Server database. Has anyone...
3
by: thomasp | last post by:
What do I need to add to the following code to be able to add a record to an Access Database using VB.NET 2005 Express? Dim da As New OleDb.OleDbDataAdapter("Select * from LCMR", cn) Dim dt As...
3
by: thomasp | last post by:
Is there anyone that knows how to add a record to a MS Access database with VB.NET. I have search for 3 days for some code that works. I have gathered bits and pieces of code and put it together,...
2
by: thomasp | last post by:
I am using the following code to add a record to an Access database. If I run the code and go to the database the code is there, but if as soon as I run the code I try to access the record with...
4
by: Paul | last post by:
Hi, I am developing a c# windows .NET application. The application is going to run on a standalone PC and use an access database. I have figured out that I will need to create a project and add it...
2
by: ad | last post by:
I have a virtual which is a web service. When I use the IP to get the web service, it return a access denied message: http://xxx.xxx.xxx.xxx/HealthService/Service.asmx but if I use local host,...
4
by: Rupali12345 | last post by:
Hi... I got exception access violation at add1=strcat("c:\\",add); statement... why?wats solution? void main() {
2
by: fgh.vbn.rty | last post by:
Hi, I'm not sure if i'm asking the question correctly but anyway here it is. Say I have 3 classes - class A, class B, class R. 1) A and B are the building blocks and R is like a repository...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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...
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...

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.