Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- livedata
- 안드로이드
- Kotlin
- mfc
- 알고리즘
- Django REST
- UWP
- flutter firestore
- Android P
- kodility
- 프로그래머스
- android push
- RxJava
- RxAndroid
- Django REST framework
- C++
- C
- FLUTTER
- Django REST Android
- Android
- Python
- Rxjava2
- C/C++
- NDK
- Java
- Flutter TextField
- 코틀린
- dart
- android architecture component
- 안드로이드 구글맵
Archives
- Today
- Total
개발하는 두더지
[C/C++/UWP] UWP remote debugging error DEP4300 - Could not generate the root folder for app package 본문
C,C++
[C/C++/UWP] UWP remote debugging error DEP4300 - Could not generate the root folder for app package
덜지 2016. 7. 22. 03:43
stackoverflow에도 같은 증상인 사람이 있었고
아래와 같이 VS2015 원격 도구 업데이트3 를 설치하여 해결했다.
This can happen after installing Update 3 of Visual Studio 2015. Update the remote debugger tools as well to fix it.
Thanks to Tommy Wendelborg for his comment that led me to this solution.
'C,C++' 카테고리의 다른 글
[C/C++/C#/UWP] UWP App 앱 패키지 배포하기 (0) | 2016.10.10 |
---|---|
[C/C++/UWP] UWP 로컬 폴더, 임시 폴더에 파일 생성하기 (0) | 2016.08.09 |
[C/C++/UWP] 사진라이브러리에서 jpg 파일 선택하기 ( C++/CX - Lambda ) (0) | 2016.07.22 |
[C/C++/UWP] UWP 현재 실행되는 경로 구하기 ( Platform::String <-> WCHAR / wstring ) (0) | 2016.07.22 |
C++ 11/14/17 이란? (0) | 2016.07.22 |
Comments