Using C/Front in Visual Basic

jazzyjessjazzyjess Member Posts: 54
Hi,
I am trying to connect to the Navision Database from a Visual Basic application. I installed C/Front from the 4.0 SP1 installation CD.
However, when i was trying to add the C/Front.dll as a reference to my VB project, i got "Can't add a reference to the specified file" error.

Thinking that i might not have registered the dll properly, i went to register it using the regsvr32 command, but i got "CFront was loaded, but the DllRegisterServer entry point was not found" !!!

The dll file can't be corrupted because its from the 4.0 SP1 installation CD.....can anyone help me?


Thanks a lot....
JJ

Comments

  • gedasgedas Member Posts: 87
    Hi,
    You must add reference to microsoft.navision.cfront.cfrontdotnet.dll and COPY cfront.dll and cfrontsql.dll to directories your application is executed. If you debug your application then you must copy these dll's to VB debug directory too.
    GB
  • kt@shiftit.bizkt@shiftit.biz Member Posts: 1
    Hi Gedas,

    What do you mean with "You must add reference to microsoft.navision.cfront.cfrontdotnet.dll"?

    I do have the same problem with Navision 4.0 SP2.

    Thanks.

    /Kim
  • ara3nara3n Member Posts: 9,257
    If my memory serves me right, in VB you need to click on tools(Project?) menu and references and find the dll or add if it's not there. then tick the checkbox.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.