프로젝트

일반

사용자정보

개정판 950e6b84

ID950e6b8458c985d7b12a09457b481c3196cfb675
상위 5ba8f2d5
하위 d91efe5c

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

issue #00000 convert service
- markus library 수정 후 적용
- pdf download를 plugin으로 변경
- convert 안정화

Change-Id: Ibafcf7fb59445659f8361922f80d47e3e6610a65

차이점 보기:

ConvertService/ServiceBase/Markus.Service.Extensions/Exntensions/GenericPluginLoader.cs
29 29

  
30 30
			if(Directory.Exists(path))
31 31
			{
32
				dllFileNames = Directory.GetFiles(path, "*.dll");
32
				dllFileNames = Directory.GetFiles(path, "*.dll",SearchOption.AllDirectories);
33 33

  
34 34
				ICollection<Assembly> assemblies = new List<Assembly>(dllFileNames.Length);
35 35
				foreach(string dllFile in dllFileNames)

내보내기 Unified diff

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