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