|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Dears
I don't know what to do with this problem. Iam working on VB.NET . Iam trying to create a setup file for my project. My Solution has a Windows Application, and the Setup Project. Windows Application has no errors, and builds fine. But the Setup Prpject gives me the following error : "unrecoverable build error" . I closed the files in the window editor. But the same problem occurs. Plz help me ASAP.... Yours: Hanan |
|
#2
|
|||
|
|||
|
Build error
Hi,
i'm also getting the same error. Did u found the solution,if yes do post that to me. Thanks Quote:
|
|
#3
|
|||
|
|||
|
"unrecoverable build error"
Hi, I get the same trouble...
I found a "solution" in http://support.microsoft.com/?id=329214, but it doesn't work for me. I found that creating another project again, using the same source files, then I create the Setup project (again) and the Setup Project build without troubles. José. |
|
#4
|
|||
|
|||
|
try that ...
this link for how to create setup file step by step
http://www.c-sharpcorner.com/Code/2002/Aug/StepbyStepSetup.asp Best Regards Tariq Jebreen |
|
#5
|
|||
|
|||
|
Re: "unrecoverable build error" while creating Setup File
For me the following rule worked: Output each merge-module in a separate folder!
In my installer project I referenced the output of 2 merge-modules. The "vdproj" project files of both merge-modules lay in the same directory e.g "mergemodules". The outputpath for was "mergemodules/release". So when I rebuilt the installer-project the first merge-module was build in "mergemodules/release". When the build of the second merge-module was started, the content of the release-folder was deleted and so also my first merge-module. The final "linking"-process now could not found merge-module one and brought the error "Unrecoverable Build Error". So remember to provide a separate folder for each merge-module you want to reference in your installer-project. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > "unrecoverable build error" while creating Setup File |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|