Dynamic link library

addm69 Posted messages 6 Status Membre -  
 Chris -
Hello,

Here it is, during the installation of a software with a SQL Server 2005 database on my work PC with Windows XP Pro OS, after the restart required by the installation, the following message appears: "The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll"
This message also appears when launching another similar application but of an earlier version.
How can I solve this problem?
Thank you in advance,

I would like to point out that I am not a very skilled computer user.
Configuration: Windows XP Internet Explorer 7.0

7 réponses

Anonymous user
 
This type of error message is related to the Visual Basic *Runtime
explanation
Runtime literally translates to "Runtime," but in computing, it means the environment necessary for execution
In other words: Some programs require a specific environment to function correctly, hence the need to upgrade the OS by providing or updating the modules: the DLLs (Dynamic Link Library: dynamic link libraries for software) necessary.
But it is up to the software designers to include these modules in their "installers," or it is the user's responsibility to periodically upgrade their operating system > the famous Windows updates.

In brief, download and install the module
Visual Basic Runtime
https://www.softwarepatch.com/vbrun6/

*Optional
Microsoft Visual C++ RUNTIME LIBRARIES (Redistributable)
http://www.microsoft.com/downloads/details.aspx?FamilyId=32BC1BEE-A3F9-4C13-9C99-220B62A191EE&displaylang=en

keep us informed!
13
Anonymous user
 
Hello addm69

To recover a backup made with Ccleaner and reintegrate the keys deleted during a cleanup into the registry.

Find the file with the .reg extension > right-click on it > Merge.
You can also right-click on it > Modify to see the keys that the file contains.

However, if you want to make a complete backup of the registry, open the registry editor by typing regedit in Start Run, then validate with OK.
From the File menu > Export > enter a name: Reg-12-1-09 for example > Save.

Regarding error messages like: Entry point... etc
let's take the example of the error you are receiving:

cnfgsvr.exe- Entry point not found
The procedure entry point _except_handler4_common could not be found in the dynamic link library msvcrt.dll"

This means that:
the application cnfgsvr.exe needs a resource that the dll: msvcrt.dll is supposed to indicate.
But the application making the request does not receive a response > they systematically "accuse" the link c i.e.: the DLL

The causes of such errors are multiple:

- the dll does not exist or is located in the wrong place
- the dll is compressed by the Windows NTFS self-compressor
- the dll exists, but is different from the one originally included in Windows
- There are multiple dlls of different versions that create confusion.

To resolve this issue:

Create a folder (A) on the desktop including subfolders (their number depends on the number of dll(s) we will find)
Then search for the said dll on your PC
to do this:
Start > Search Tool > Search all files and folders > type: msvcrt.dll > Advanced options > ensure that the first three (3) boxes are checked > search

For each dll found: right-click on it > Open containing folder > Copy the address from the explorer bar, then paste it into a clipboard you create in one of the subfolders (in folder (A)).
Then move (cut/paste) the dll to this first subfolder.

Except for these two dll(s) that are located respectively in:
C:\WINDOWS\system32
C:\WINDOWS\system32\dllcache

Compress the folder (A) with winRar or winZip which will create an archive with the same name > Delete folder (A) but keep the archive folder(A).rar (.zip) > empty the recycle bin

Install your application.

If you still receive the same error message:
Insert the Windows CD into the drive.

Select the two remaining dll(s) > Press simultaneously the Shift+Delete key > "Yes" for the deletion message.

This will trigger the SFC tool to verify and restore original files: the "Windows File Protection" window
Wait until the process is complete to install the application.

Unzip the previously saved archive and then place each file back in its place!
(delete or compress the dll file that you deem unnecessary)

--
With well-crafted procedures, some hackers are able to collect personal data from your machines... Be careful with the number and content of the reports you post to them!
6
addm69 Posted messages 6 Status Membre 3
 
Thank you for your response, I'll try that and let you know the results.
Thanks again.
2
addm69 Posted messages 6 Status Membre 3
 
Oops, in which directory should I install vb6.exe?
1
Anonymous user
 
It's a self-extracting archive; just place it in a folder > extract it with WinZip or WinRar, to do this > right-click on it > extract here > then run (double-click) the file with the .exe extension it contains!
PS After installation, restart the PC.
0
Anonymous user
 
Hello addm69,
if you are installing from a CD/DVD in the H:\ drive for example
try copying the entire CD/DVD to your hard drive, then install the application from that location.

Use this tool to copy your CD
http://www.commentcamarche.net/telecharger/telecharger 190 supercopier
which is much more effective than the one integrated into Windows,
the Windows one is not designed to perform transfers in batches (a functionality that was quickly caught up and integrated into Vista) and it interrupts with the message "cyclic redundancy check error" when it fails to read the source files,
whereas Supercopier is able to skip a defective CD/DVD sector for example and continue the file transfer.
you also have TeraCopy in the same genre.

As for recovering your missing files:
I don't have the software, otherwise I would have put the requested file(s) in an archive, uploaded it to a web host, then included a link for downloading.

Hopefully a kind soul will help you here.

On the internet, I don't think you can download the files in question separately, unless you find the entire program and then download it (legally or in an unconventional way :)

However, you can download trial versions: SQL Server 2005 or 2008 express edition ...etc
https://www.google.fr/search?hl=fr&q=telecharger+sql+server+2005&revid=2006113788&sa=X&oi=revisions_inline&resnum=0&ct=broad-revision&cd=5&gws_rd=ssl

Good luck my friend!
1
addm69
 
Hello Twinrrazzorr,

I'm sorry I couldn't respond this week, but I've been away.
I am indeed installing from the CD. So far, I haven't encountered any issues with my other applications. But I will try with the tools you mentioned.
As for the result of all this, know that none of my software running on a SQL database is functioning anymore. I have uninstalled everything, yet upon reinstallation, the same message appears when launching the application. This week at work, I reached out to my Help Desk, but without success. According to them, it's a registry issue. They are supposed to intervene.
During the installation, the message is:
cnfgsvr.exe - Entry point not found
"The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll"
A quick question: having used CCleaner for some time, could I recover a backup of the registry and restore it? However, I don’t know how to do it and especially if this might solve the problem.
What do you think?
Thanks again for everything.

Have a great day.
0
Chris
 
Salut, j'ai tout lu et je n'ai rien compris. S'il te plaît, peux-tu m'aider avec des détails ? (Je sais que tu as bien expliqué avec des détails, mais je n'ai rien compris.) Si tu peux m'expliquer avec de petites images, cela ne te dérange pas ? Merci d'avance :)
0
addm69 Posted messages 6 Status Membre 3
 
Hello,

I am following up on my issue (Absent yesterday) and I thank you Twinrrazzorr for your help, but no result.
The manipulation executed and still my error message on startup.
However, I can provide some clarifications. First of all, the "entry point not found" seems to be sqlmangr.exe, but it is only a consequence of what follows.
But after reinstalling SQL Server 2005, it actually doesn't complete correctly and indicates in the log file:
KFRLYL048
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0003_KFRLYL048_SQL.log
Last Action : InstallFinalize
Error String : Source file H:\CAVI.Access Control\Doc.UTL A+\Software\CH-400 3P V5.3\SQLServer2k5\Setup\Program Files\Microsoft SQL Server\90\Shared\Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll not found. Please verify that this file exists and that you have permission to access it.
Error Number : 1308


I attempted to search for "Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll" but without success.
I should have started with all this, but in the rush.
If you have a solution?? I can already see myself being forced to uninstall everything and reinstall my software under SQL.

Thanks again
0
Anonymous user
 
Hello,

Uninstall everything and start from the beginning seems obvious to me as well.
But a few recommendations nonetheless.
The DLLs are registered in the registry, so you also need to check, clean, and repair the registry for that.
Download Revo Uninstaller
http://www.commentcamarche.net/telecharger/telecharger 34055245 revo uninstaller
Install it, then launch the application.
From the list, double-click on the program you want to uninstall (if it’s not listed, reinstall it).
In the uninstall mode, always choose the last option, i.e., > "Advanced - includes moderate mode...."

If you are asked to restart the PC during the uninstallation > click "No".
Wait for the registry scan to finish, then select and delete all found entries.
Do the same for the software directory and its subdirectories. You can restart the PC when the operation is completed.

Also use a cleaner like Ccleaner or Glary Utilities after restarting.

Regarding "Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll", I think it’s a problem related to the NetFramework environment, which can be downloaded from the official site or from:
https://www.softwarepatch.com/netframework/
> Note also that MessageBox means Dialog Box.
0
addm69 Posted messages 6 Status Membre 3
 
Hello Twinrrazzorr,

I started from scratch, uninstalled everything and am in the process of reinstalling. As for the file
"Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll", it was simply missing from the application directory that I need to install (I was able to verify this with the application I downloaded from my professional server). This doesn’t solve all my problems because other files are also missing. All the missing files depend on "SQL Server 2005". I absolutely need to work on a database of this software, and I still can't finish the installation, which is blocked on SQL.
I am looking for the file "showplan" from SQL Server 2005 (Exactly: sqlserver2k5\setup\Program Files\Microsoft SQL Server\90\Tools\Binn\schemas\sqlserver\2004\07\showplan\showplanxml.xsd).
What I’m afraid of is that there are other missing files.
If you know a link where I can retrieve these files, that would be great.

Your little application, Revo Uninstaller, is great for uninstallation, really thorough.

Thanks again for your help.
0