When i am trying to open the extension form (BankTransType) it shows this error.
It happens only to this particular form.
Please let me know how to resolve this error.
Thanks in advance.
Hi Vasu,
As Martin said, it means that your custom code is reporting errors. If you have access to VS, you can check the VS console to see if there is an error message being reported.
It seems that you have a bug in code. You're trying to call a method on a variable that contains null instead of an object reference.
Use the debugger to find out which line of code is throwing the exception.
André Arnaud de Cal...
292,111
Super User 2025 Season 1
Martin Dráb
230,934
Most Valuable Professional
nmaenpaa
101,156