Click here to Skip to main content
16,022,390 members

Comments by JimmyJay888 (Top 1 by date)

JimmyJay888 4-Aug-24 19:09pm View    
so i did a little more digging and fed
$BacnetOID
to powershell and received the following:
format-default : The field or property: "type" for type: "System.IO.BACnet.BacnetObjectId" differs only in letter casing 
from the field or property: "Type". The type must be Common Language Specification (CLS) compliant.
    + CategoryInfo          : NotSpecified: (:) [format-default], ExtendedTypeSystemException
    + FullyQualifiedErrorId : NotACLSComplaintField,Microsoft.PowerShell.Commands.FormatDefaultCommand


dont know if thats a show stopper here- based on what I've seen online, PowerShell is not as case sensitive like .net

from VS, BacnetObjId contains definitions
Type as a property
and
type as a variable/field