- HOME
- Post in | and so on/c#
- Post at | 2013. 1. 7. 11:46 | by 밀크빵.
- View comment
c# 오피스 참조한 프로젝트 배포 시 필요한 dll
Microsoft.Office.Interop.Excel.DLL
위치 : C:\Program Files\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office14
Microsoft.Office.Interop.Word.dll
위치 : C:\Program Files\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office14
Microsoft.Vbe.Interop.dll
위치 : C:\Program Files\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office14
office.dll
위치 : C:\Program Files\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Office14
stdole.dll
위치 : C:\Program Files\Microsoft Visual Studio 10.0\Visual Studio Tools for Office\PIA\Common
파워포인트는 내가 안써서 지움
vs가 설치되어 있지 않을 때 필요한 dll
msvcp100.dll
위치 : C:\Program Files\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.CRT
msvcr100.dll
위치 : C:\Program Files\Microsoft Visual Studio 10.0\VC\redist\x86\Microsoft.VC100.CRT
dll 알아 내려고 설치 프로젝트까지 생성했다
* 나는 dll 생성하여서 오피스 관련 dll이 같이 안생겼는데
exe 파일로 생성하면 debug, release 폴더에 저 dll도 생기는 것 같음
*오피스 참조시에는 개발한 PC의 오피스와
사용될 PC의 오피스 고려해야 함
따라서 참조 시에 COM 탭에서 오피스 추가하는 것이 아닌
.NET 탭에서 해줌
'and so on > c#' 카테고리의 다른 글
.NetFramework 설치 확인 하기 (0) | 2013.01.17 |
---|---|
C# PPT 내용 읽기 (0) | 2013.01.15 |
c#dll c++에서 사용 (2) | 2013.01.02 |
C++ DLL 함수 char*를 C#에서 읽어 오기 (0) | 2012.09.26 |
C# - Excel 내용 읽어오기 (0) | 2012.09.17 |