So currently I was tasked to run a crm solution that was written by 3rd party. I am a java dev and not so used to the c# dev environment.
I am trying to just rebuild the dll, but I keep getting Invalid expression term '.'
at the following line:
investor.CustomerTypeCode = i.clientType?.code;
Which is to check for a nullable field apparently.
I thought it might be a .net version issue but tried everything till 4.5 .
Hope someone can maybe point me in the right direction