I'm trying to insert into DirPartyPostalAddressView using an inbound service.
So i have a contract class with DataMember of type LogisticsPostalCityName and LogisticsAddressStreet
and in x++ code when i say DirPartyPostalAddressView .city = request.city() or try to fill the street, i get the below error:
An unhandled exception of type 'System.AccessViolationException' occurred in System.Data.dll
Additional information: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
Any Ideas?