일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- 원한
- Eclipse
- build
- pythoncom37.dll
- 가상환경
- JQuery
- Python
- 리눅스
- LOG
- SCADA
- geckodriver
- 맥코트
- 파이썬
- 명령어
- Linux
- checkbox
- error
- DataTables
- 말라키
- STS
- HMI
- Anaconda
- Custom
- ORA-28002
- 분노
- Today
- Total
2010년 5월 1일, 2막
[C#] OpenXML error : The type 'Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=xxxxx' error 본문
[C#] OpenXML error : The type 'Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=xxxxx' error
창천(蒼天) 2019. 6. 19. 11:59openxml error message : The type 'Package' is defined in an assembly that is not referenced. You must add a reference to assembly 'WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
solve : https://stackoverflow.com/questions/34312627/cannot-create-documents-with-open-xml-sdk
Cannot create documents with Open XML SDK
I'm learning to use the Open XML SDK with Visual Studio Community 2015. I tried to create a document by following the example here: https://msdn.microsoft.com/en-us/library/dd440953(v=office.12).as...
stackoverflow.com
Right-click the References node of your project in Visual Studio's Solution Explorer and choose Add Reference. Then, under Assemblies -> Framework you have to select WindowsBase and that as a reference. Then recompile your project (note that this requires that you are using .NET Framework 3.5 or any later version).
'Computer > Tips' 카테고리의 다른 글
[DB] EXPLAIN for MariaDB (0) | 2019.07.23 |
---|---|
[C#] 폼간 데이터 전송 (0) | 2019.07.22 |
[c#] delegate, event (0) | 2019.06.14 |
[C#] BinaryReader 사용 시 한글깨짐 처리 (0) | 2019.05.26 |
C# Panel 또는 TabPage 에 다른 폼 올리기 (0) | 2019.04.24 |