XML Parser Setup fails

Chandan_kansalChandan_kansal Member Posts: 27
Hi all

I m new to navision.I m using CTEST testing tool.But to use this tool I have to import ctest fob.It is imported.Then I have to import common data and test case and variants.While importing one of these three I got an error:

XML Parser Setup fails.
error = 80040154. Code meaning = class not registered.

can anybody help in this?

Thanx

Comments

  • girish.joshigirish.joshi Member Posts: 407
    No idea anythign like that existed. Can you post the .fob (and any documentation you can) so we can take a look at it?
  • DenSterDenSter Member Posts: 8,307
  • girish.joshigirish.joshi Member Posts: 407
    Ctest is a testing framework. They use it a lot in other programming enviorments. Used a lot in C, C++, but it works for other a lot of other languages too.

    The idea is that if you have a class, and that class is some component of your bigger architecture, one way to unit test it, is to include a testing driver directly within that class, only for that class.

    That's just the basics though... something I used to do in school. The Ctest "framework" is quite a bit more elaborate I think.

  • XML Parser Setup fails.
    error = 80040154. Code meaning = class not registered.


    Thanx

    There are a couple of dlls on Navision CD, in /Client/System32 there is msxml3.dll and in /Client/System there's msxml4.dll. Registering those two with regsvr32 fixed the above error message for me.
  • samemerysamemery Member Posts: 60
    I have just run into this same error on import for version 5.0 SP1 in Windows 7. Any suggestions?
  • irina.maneairina.manea Member Posts: 4
    I fixed this error by instaling NAV 5.0 on windows 7. If the client is copied and not installed you get this error.
Sign In or Register to comment.