-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.NullReferenceException: Object reference not set to an instance of an object. #179
Comments
Not sure what exactly was null in this method, as the code has changed since the stacktrace. We could try to get the DLL's for v2.0.55.21 and look at the decompile, or we could null-proof the roughly 15 potentials in the method. |
@rmunn Chris informed me of the multiple branches I needed to search that could apply to the stacktrace. I searched master, live, and fieldworks8-live, and none of them had a line 598 that could obviously throw a NullReferenceException. Any ideas on how to identify the correct line? |
The assumption here is that this is FW9 code since the method is named "LcmWsToLfWs()". If it was FW8 code I assume it would have been named "FdoWsToLFWs()" or something similar. So, we are looking at a NullReferenceException happening somewhere in the LcmWsToLfWs() method:
@josephmyers A null reference exception means that the code is trying to access a data property on a non-existent object, correct? |
Since this issue occurred a long time ago, we need to re-verify that this is still a problem. @josephmyers TODO:
|
awa-flex
The text was updated successfully, but these errors were encountered: