Hi các bác, em mới chuyển qua dùng VS2013 nhưng hiện tại em ko thể debug được với nó. Có cao nhân nào biết cách khắc phục thì chỉ em với nhé (dù tự fix được mấy lỗi liên quan đến môi trường rồi.. nhưng đến lỗi này thì tịt)

Môi trường máy em:
- Windows 8.1 x64
- Visual studio 2013 + Plugin v3.0
- Momentics + môi trường 10.3.1
- Java 7.0
- đã add các path sau vào config môi trường của windows:
+ bbndk\host_10_3_1_12\win32\x86\usr\bin
+ bbndk_vs\features\com.qnx.tools.jre.win32_1.6.0.43 \jre\bin

Cụ thể như sau:
- Chế độ release: chạy bình thường trên BB, nhưng hiện thông báo lỗi sau:


- Chế độ debug: cũng hiện message lỗi như trên và build bị lỗi. Log lỗi:


Mã:
1>  Info: Asset Path ../../../../apps/com.example_inc.CasCPP.testDev__inc_CasCPPef8d9140/META-INF/MANIFEST.MF
1>BBDeploy : error : Cannot open file ../../../../apps/com.example_inc.CasCPP.testDev__inc_CasCPPef8d9140/META-INF/MANIFEST.MF: No such file or directory
1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Platforms\BlackBerry\Microsoft.Cpp.BlackBerry.Packager.targets(300,5): error MSB6006: "E:\Programs\bbndk\host_10_3_1_12\win32\x86\usr\bin\blackberry-deploy.bat" exited with code 2.
========== Build: 0 succeeded, 0 failed, 1 up-to-date, 0 skipped ==========
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
Lúc đầu dùng Momentics việc debug/build khá ngon lành, nhưng có vẻ Momentics hơi kém trong khoản Hint (vd: Ctrl + Space ko hiện tên biến hoặc class được include. Visual studio 2013 thì làm ngon những việc này).