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