I am facing "seq_item_export is not a class item" error. What could have possibly gone wrong?

In reply to parvez ahmed:

i did the following mistake
sequencer extends uvm_sequence
instead of
sequencer extends uvm_sequencer.
Hence faced the above problem.

Thanks,
Parvez