Problem with cfront connection from Excel

DarkHorseDarkHorse Member Posts: 389
Hello,
I have several pages in Excel 2000 in which upset information from Navision Attain 3,70 through CFRONT connecting with my servant of Navision.
The problem is that, suddenly, when connecting, shows a message to me of error in Visual BASIC that says "Has taken place error '429' in run time. The ActiveX component cannot create the object ", with the Finish and Depurate buttons, if I push finnish it does not let to me continue and if I push "depurate" the Visual console opens and shown in yellow colour the code line "Set fs = CreateObject("Scripting.FileSystemObject")".
I've reinstalled Cfront, Office, serveral ActiveX pluggins, and also consulted de Microsoft database about de 429 error but anything been no good. The problem is only of my PC, in another one there is no problem. How can I solve it?. Thanks.

Comments

  • IHateLinuxIHateLinux Member Posts: 223
    Hi,

    when the error is really coming from this line it has nothing to do with C/Front.
    CreateObject("Scripting.FileSystemObject") is part of VBScript Runtime so perhaps you may find there any information.

    Just some thoughts:
    - Security settings on hard disk?
    - Temp folder?
    - Space available on disk?

    HTH,
    Rainer
  • DarkHorseDarkHorse Member Posts: 389
    Thanks for answer. I've enough space and all security settings are desabled. I'll try to find some information about VBScript Runtime .
    Thanks.
  • DarkHorseDarkHorse Member Posts: 389
    I've resolved the problem. I've restored de file scrrun.dll from Start/run regsvr32.exe "c:\windows\system32\SCRRUN.DLL "

    Thanks.
Sign In or Register to comment.