[ Workbench]: Environment variables: myDestPath = C:\Temp mySentinel = No USERDNSDOMAIN = NET.UCF.EDU ProgramW6432 = C:\Program Files PROCESSOR_IDENTIFIER = AMD64 Family 23 Model 49 Stepping 0, AuthenticAMD myMMAProxyServer = No PROCESSOR_ARCHITECTURE = AMD64 Path = C:\Windows\system32...
Depending on whether the value of this attribute is initial or not, I need to do some further processing. But the get_attribute method itself is giving an exception that "Access via null reference is not possible". I first need to check if this is initial (or null) and then proceed. I...