일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- leetcode
- 백준
- secure-file-priv
- Artificial Intelligence
- long video understanding
- Python
- Linux
- memory bank
- transference
- ma-lmm
- jmeter
- Anaconda
- q-former
- hackerrank
- timestamp-aware frame encoder
- Github
- quantification
- CNN
- error
- 코딩테스트
- Server
- multimodal machine learning
- tensorflow
- sliding video q-former
- timechat
- MySQL
- LeNet-5
- Kaggle
- autogluon
- 용어
Archives
- Today
- Total
반응형
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- leetcode
- 백준
- secure-file-priv
- Artificial Intelligence
- long video understanding
- Python
- Linux
- memory bank
- transference
- ma-lmm
- jmeter
- Anaconda
- q-former
- hackerrank
- timestamp-aware frame encoder
- Github
- quantification
- CNN
- error
- 코딩테스트
- Server
- multimodal machine learning
- tensorflow
- sliding video q-former
- timechat
- MySQL
- LeNet-5
- Kaggle
- autogluon
- 용어
Archives
- Today
- Total
Juni_DEV
[ERROR] 종속되어 있는 파일이나 어셈블리 중 하나를 로드할 수 없습니다 본문
반응형
VSTO 개발 중 디버그, 게시했을 때 아래와 같은 에러와 자주 마주쳤다.
볼 때마다 약간 멘붕 왔는데 이참에 정리
해당 에러는 참조되어 있는 DLL 파일과 현재 파일의 플랫폼 대상이 일치하지 않아서 발생하는 문제로
Project > Properties > 빌드 > 플랫폼 대상을 확인하고 Any CPU -> x86 또는 x86 -> AnyCPU 으로 변경해주면 됨
(DLL 파일이 빌드된 플랫폼 대상으로 맞춰서)
반응형
'Error' 카테고리의 다른 글
Comments