รายละเอียดของการตอบ ::
ถ้าลบออกนี่หมายถึง exclude ได้ผลตามนี้ครับ
Exclude ไฟล์ที่มีปัญหาออกจาก Project
มีไฟล์ setup.exe แต่พอ Double Click มี Error ตามนี้ครับ
Output Code
-----------------------------------------------------------------------------------------------------
1>------ Build started: Project: POS01, Configuration: Debug Any CPU ------
1>D:\Cloud\Dropbox\VBProject\QSHOP\POS01\POS01\Module\ModDB.vb(37,5): warning BC42105: Function 'exeSQLToDS' doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.
1> POS01 -> D:\Cloud\Dropbox\VBProject\QSHOP\POS01\POS01\bin\Debug\POS01.exe
------ Starting pre-build validation for project 'Setup1' ------
------ Starting pre-build validation for project 'Setup1' ------
------ Pre-build validation for project 'Setup1' completed ------
------ Pre-build validation for project 'Setup1' completed ------
2>------ Build started: Project: Setup1, Configuration: Release ------
2>------ Build started: Project: Setup1, Configuration: Release ------
Building file 'D:\Cloud\Dropbox\VBProject\QSHOP\POS01\Setup1\Release\Setup1.msi'...
Building file 'D:\Cloud\Dropbox\VBProject\QSHOP\POS01\Setup1\Release\Setup1.msi'...
ERROR: An error occurred generating a bootstrapper: Unable to finish updating resource for D:\Cloud\Dropbox\VBProject\QSHOP\POS01\Setup1\Release\setup.exe with error 8007006E
ERROR: An error occurred generating a bootstrapper: Unable to finish updating resource for D:\Cloud\Dropbox\VBProject\QSHOP\POS01\Setup1\Release\setup.exe with error 8007006E
ERROR: General failure building bootstrapper
ERROR: General failure building bootstrapper
ERROR: Unrecoverable build error
ERROR: Unrecoverable build error
========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
---------------------------------------------------------------------------------------------------------------------------