Developer Extension is missing

avtuvy

Registered User.
Local time
Today, 05:21
Joined
Jan 10, 2010
Messages
39
I installed the developer extension and all was running fine for a while. My pc crashed while access was on and the developer extension option disappeard from the office menu, I followed the steps listed in the link below and the developer com is not in the add in menu. I browsed and selected AccessDE.dll and still cannot add the developer extension, please help

http://support.microsoft.com/kb/937998
 
I suppose you could perform a fresh install of Access, download the Developer Extensions and install it again?
 
I suppose you could perform a fresh install of Access, download the Developer Extensions and install it again?

I am trying to avoid that, from what I read the setting which cause that problem is saved in the registery and needs to be handeled manually
 
Do you know how to get to the Registry key from the Registry Editor? If you do take a screenshot of it and I will compare it with what I have.
 
Do you know how to get to the Registry key from the Registry Editor? If you do take a screenshot of it and I will compare it with what I have.


Thanks, please see below

Key Name: HKEY_CURRENT_USER\Software\Microsoft\Office\Access\Addins\CnfViewer.sortie
Class Name: <NO CLASS>
Last Write Time: 3/18/2010 - 2:05 PM
Value 0
Name: CommandLineSafe
Type: REG_DWORD
Data: 0x0
Value 1
Name: SatelliteDllName
Type: REG_SZ
Data: wzcnf.dll
Value 2
Name: Description
Type: REG_SZ
Data: This wizard helps you to resolve replication conflicts in Access 9, SQL Server 7.0, and Pocket Access.
Value 3
Name: FriendlyName
Type: REG_SZ
Data: #401
Value 4
Name: LoadBehavior
Type: REG_DWORD
Data: 0x8
 
This should be the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access\Menu Add-Ins\&Add-In Manager

May not be exact but follow that path.
 
This should be the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access\Menu Add-Ins\&Add-In Manager

May not be exact but follow that path.

This are the entries at the path that you suggested

Key Name: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\12.0\Access\Menu Add-Ins\&Add-In Manager
Class Name: <NO CLASS>
Last Write Time: 9/2/2008 - 4:25 PM
Value 0
Name: Expression
Type: REG_SZ
Data: =wm_Entry()
Value 1
Name: InternalID
Type: REG_DWORD
Data: 0x1
Value 2
Name: Quicktip
Type: REG_DWORD
Data: 0x108405
Value 3
Name: Version
Type: REG_DWORD
Data: 0x3
Value 4
Name: Library
Type: REG_SZ
Data: acwztool.accde
Value 5
Name: Feature
Type: REG_SZ
Data: DeveloperWizards
 
It's exactly what I have. You may have to resort to the fresh install then, unless someone else has other ideas.
 
Hello,

I had the same problem with my installation of the Access Developer Extensions on Access 2007. I was able to fix the problem by unpacking the developer extensions MSI file and copying the registry entries that it creates. Here are the registry entries that worked for me. You can just copy and paste the following text into a file with a .reg extension and double-click to run.

Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Office\Access\Addins\AccessAddin.ADE]
"CommandLineSafe"=dword:00000000
"LoadBehavior"=dword:00000003
"FriendlyName"="Microsoft Office Access Developer Extensions COM Addin"
"Description"="Microsoft Office Access Developer Extensions COM Addin"
"SatelliteDllName"="accessde.dll"
Hope that helps!

Best regards,

Sam
 
Thanks you made my day, I read in a few places about that registry change but nobody had the text of the change itself. I ran the script and it works.
 
I knew someone will come to your rescue, thanks to edward :)
 
I have installed Access Developer extension on my system to connect to the source control. but its not working , source control tab is not visible even after installation of access Developers extension for access2010...kindly help me
 
It worked for me as well ( Access 2007 32 Bit version of windows 10 64Bit)
 
I have installed Access Developer extension on my system to connect to the source control. but its not working , source control tab is not visible ...
For the Source Code Control tab to become visible, you do not only need to install the Developer Extensions (particularly the SCC-Plug-In) but you also need to have the client software for your source code control system (e.g. Team Foundation Server or Visual SourceSafe) installed.

If it still does not show up, the installer of your SCC-Client might not properly register the client libraries on installation. - Happens with some clients.
You then need to add the relevant registry key manually. Here is an explanation on how to set the default SCC Provider in the registry. That is written for Ivercy, my replacement of the MS-SCC-PlugIn, but it applies to both of them.
 

Users who are viewing this thread

Back
Top Bottom