뒤끝 펑션에서 BigInteger.Parse 쓰면 오류

고객님의 문의에 답변하는 직원은 고객 여러분의 가족 중 한 사람일 수 있습니다.
고객의 언어폭력(비하, 조롱, 욕설, 협박, 성희롱 등)으로부터 직원을 보호하기 위해
관련 법에 따라 수사기관에 필요한 조치를 요구할 수 있으며, 형법에 의해 처벌 대상이 될 수 있습니다.

커뮤니티 이용 정책에 위배되는 게시물을 작성할 경우, 별도 안내 없이 게시물 삭제 또는 커뮤니티 이용이 제한될 수 있습니다.

문의 응대 : 평일 오전 10시 ~ 오후 6시
문의를 남기실 경우 다음 항목을 작성해 주세요.
정보가 부족하거나 응대시간 외 문의하는 경우 확인 및 답변이 지연될 수 있습니다.

  • 뒤끝 SDK 버전 :
  • 뒤끝 펑션 버전 :
  • 프로젝트명 :
  • 스테이터스 코드 :
  • 에러 코드 :
  • 에러 메시지 :

뒤끝 펑션에서 BigInteger.Parse 쓰면 오류 나던데 string 데이터를 BigInteger로 변환뒤 계산하고 싶은데, 다른 방법있나요?

안녕하세요 개발자님,
보다 정확한 확인을 위해 발생하는 에러 정보를 공유하여 주시면 감사하겠습니다.

BigInteger a = 0;
a = BigInteger.Parse(“1000”);

System.AggregateException: One or more errors occurred. (Attempted to access a missing method.)
—> System.MissingMethodException: Attempted to access a missing method.
at BackendFunction.BFunc.Function(Stream stream, ILambdaContext context)
at BackendDEBUG.Program.<>c__DisplayClass2_0.b__0()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object )
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread , ExecutionContext , ContextCallback , Object )
— End of stack trace from previous location —
at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread , ExecutionContext , ContextCallback , Object )
at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& , Thread )
— End of inner exception stack trace —
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean )
at System.Threading.Tasks.Task.Wait(Int32 , CancellationToken )
at System.Threading.Tasks.Task.Wait()
at BackendDEBUG.Program.Main(String[] args)

안녕하세요, 개발자님.
뒤끝 디버깅 프로그램에서 에러가 있어 0.3.1 최신버전에 개선이 이루어진 상태입니다.
윈도우 0.3.1 버전을 적용해 이용해 주시면 감사하겠습니다.

좋아요 1