Из C#, получающего доступ к конечной точке Visual Basic, как я могу безопасно преобразовать поле типа DateTime (C#) в поле типа Date (Visual Basic)?
Таким образом, в Visual Basic нет возвращаемой ошибки, подобной этой:
Код: Выделить всё
=>>Error while transforming the field Name DtMy to the property 'MyProp.MyMethod with the same name.
. InnerException:System.ApplicationException:
at MyProp.MyMethod.ParameterWsTrans(List`1 oLstParameterWs, Object oInstanceDE)
WsNet.WsNet.ExecMethodComDe(DEWsTrans Trans)
Подробнее здесь: https://stackoverflow.com/questions/797 ... tion-error
Мобильная версия