Question : DllRegisterServer entry point was not found

Hi when running my vb6 application I am getting error like

" runtime error '53': file not found: rscomclNoMsg.dll"

then i tried to register that dll from cmd line using regsvr32. Then Iam getting error like

" DllRegisterServer entry point was not found".

I copied rscomclNoMsg.dl in c:\windows\system32 and C:\Program Files\Microsoft Visual Studio\VB98

Can anyone provide me the solution for this?

Thanks in advance.

Answer : DllRegisterServer entry point was not found

Editing the registry has nothing to do directly with VB6, it's something that's of general use for lots of stuff. But you need to be VERY careful when using it, because a mistake will result in a minor annoyance to an unbootable PC.

In your case, use the Run command from Windows Start button, and type in Regedit. When the dialog pops up, the left pane is in a tree view. Highlight the top-most level, then use the Edit menu and select Find. Type in "rscomclNoMsg.dll", and everywhere it is found, check the path, and change it if needed. Then exit.

TOUCH OR CHANGE NOTHING ELSE!

Random Solutions  
 
programming4us programming4us