HWPFrame.HwpObject.1 doesn't open document in specific version

(예전 커뮤니티(2016-2020) 사이트에서 옮겨온 글입니다: 번호 150)

작성자: assaf.goldberg
날짜: 2019-12-05


Hi, I’m running C# application.

Type hwpType = Type.GetTypeFromProgID(HWP_APP_NAME); 
   return Activator.CreateInstance(hwpType); 

It works with version(10.0.0.6151) without any problem.

If the user has version 10.0.0.8223 then the document is not opened.

Any thought?

Thanks a lot.

안녕,

C # 응용 프로그램을 실행 중입니다.

   Type hwpType = Type.GetTypeFromProgID(HWP_APP_NAME); 
   return Activator.CreateInstance(hwpType); 

아무런 문제없이 버전 (10.0.0.6151)과 함께 작동합니다.

사용자에게 버전 10.0.0.8223이 있으면 문서가 열리지 않습니다.

어떤 생각?

고마워

댓글

assaf.goldberg (2019.12.05)

The HWP_APP_NAME is “HWPFrame.HwpObject.1”. It looks like it is opened for a few milliseconds and then crashes.
Also if I run Hwp.exe -Automation from the cconsoleit ccrashes. Any idea?