Cassio Posted March 5, 2003 Posted March 5, 2003 Hi! I realized this morning that I cant make any package. I hope I am missing something but I tried many times with different projects and simple examples and nothing worked. I get this output everytime I build a setup project: ------ Starting pre-build validation for project 'Setup2' ------ ------ Pre-build validation for project 'Setup2' completed ------ ------ Build started: Project: Setup2, Configuration: Debug ------ Building file 'D:\Documents and Settings\Cassio\Meus documentos\Visual Studio Projects\Setup2\Debug\Setup2.msi'... ERROR: Unrecoverable build error ---------------------- Done ---------------------- Build: 0 succeeded, 1 failed, 0 skipped Do you have any idea? Thanks! Stream of Consciousness (My blog)
Cassio Posted March 24, 2003 Author Posted March 24, 2003 I uninstalled the VS.NET and the Framework, re-installed all over again and this problem still continue. Im thinking of formating my hard drive. Stream of Consciousness (My blog)
bpayne111 Posted April 2, 2003 Posted April 2, 2003 I don't think you don't need to reformat your hard drive. Do you have a non distributable version of VS.NET? I have a version from school that won't let me distribute my applications. Maybe i can if i try hard enough but i'm pretty sure i can't with my version i'm not lazy i'm just resting before i get tired.
philprice Posted April 2, 2003 Posted April 2, 2003 Is it because your deploying a debug build? dont know just guessing. Phil Price� Visual Studio .NET 2003 Enterprise Edition Microsoft Student Partner 2004 Microsoft Redmond, EMEA Intern 2004
neosven Posted April 2, 2003 Posted April 2, 2003 Can you build your solution file without errors? Maybe there's an error in your application that stops the deploying?
Cassio Posted April 4, 2003 Author Posted April 4, 2003 It happens with every solution I try to deploy. I have the Standard VB edition. Stream of Consciousness (My blog)
iamthewalrus Posted May 27, 2003 Posted May 27, 2003 make sure you have closed all open files before building http://www.tek-tips.com/gfaqs.cfm/pid/855/fid/2471
OsirisGothra Posted May 29, 2003 Posted May 29, 2003 Had the same problem (I also had a copy of .NET from school) This seemed to fix the problem: from the run dialog or command line: regsvr32 "D:\Program Files\Common Files\Microsoft Shared\MSI Tools\mergemod.dll"
Madz Posted May 29, 2003 Posted May 29, 2003 I have faced this problem while i renamed some project then i realized that both projects are using the same GUID. then i copied the entire project to some other computer and then it made the deployment package successfully. The one and only Dr. Madz eee-m@il
Recommended Posts