Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet error Object reference not set

  • Thread starter Thread starter RJN
  • Start date Start date
R

RJN

Hi

Sorry for posting again. I'm calling a shared method in the class. The
following error is found in production though I'm not able to reproduce.

Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o,
Type objType, String name, Object[] args, String[] paramnames, Boolean[]
CopyBack)

Object variable or With block variable not set.

What could be the reason for the error? How I can reproduce this?

Thanks

RJN
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top