프로젝트

일반

사용자정보

개정판 1d79913e

ID1d79913ed251f7cde902fe7017e289cdc350ab0e
상위 42d49521
하위 b4a1c7ff

김태성이(가) 약 2년 전에 추가함

issue #00000 error notice mail 안 되는 문제 수정

Change-Id: I307236bdea2ca63347b99a174c02e1e53f05a3a7

차이점 보기:

ConvertService/ServiceBase/Markus.Service.ConvertProcess/Program.cs
38 38

  
39 39
                    convetContext = ObjectToBytesStringConvert.BytesStringToObject<ProcessContext>(AESEncrypter.Decrypt(args[1]));
40 40
#if PROCESS_TEST
41
                    convetContext.ConvertID = "E00FF44FA2994A2F83D095902791B0BE";
42
                    convetContext.OriginFilePath = "http://192.168.0.67:5977/PDF/000005_app/test3.pdf";
41
                    convetContext.ConvertID = "b9dceab8fab66c765a38b3ebd6c6faae";
42
                    convetContext.OriginFilePath = "http://192.168.0.67:5977/PDF/000005_app/lockfile1.pdf";
43 43
                    convetContext.ServiceStationUri = "http://localhost:9991/StationService";
44 44
#endif
45 45

  
......
65 65
            finally
66 66
            {
67 67
                convert?.Dispose();
68
                GC.Collect();
69
                GC.WaitForPendingFinalizers();
70
                GC.Collect();
71 68
#if PROCESS_TEST
72 69
                Console.ReadLine();
73 70
#else
74
                Application.Exit();
71
                System.Environment.Exit(1);
75 72
#endif
76 73
            }
77 74
        }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)