Mar 19, 2014
02:38 PM
Any suggestions on how you think we should proceed here, or is this the end of the line? Since we can't get this working, we'll have to find a different third-party alternative? I appreciate your taking the time to try and help. Thanks.
... View more
Mar 18, 2014
12:11 PM
It's on a mapped network drive. I just copied it locally, and I've successfully built it for five consecutive times. I closed the solution, reopened it, and tried to build it, and it crashed Visual Studio again. VS reopened after the crash, I loaded the project, and it built. I closed and reopened the solution and tried to build, and it crashed and restarted VS again. I opened up the project again and tried to build, and it crashed VS again. This time, it didn't restart on its own, so I started VS up again, loaded the project, and tried to build it. The first time, it built. The second time, it crashed VS again. Tried to build it again, and it did twice. Closed the project, reopened it, built it, and it worked this time. Closed VS and restarted it, and building crashed VS again. That's on my local computer. Better than what I've seen in the past, but it's still seemingly the luck of the draw whether it decides to build or not. Looking at the Event Viewer, it's still saying IsWiBuild.dll is the problem. Meanwhile, on a cloud environment I have (cloudshare.com), everything has always been on a local drive there, and it still crashes repeatedly. Much worse behavior than what I'm seeing now on my laptop.
... View more
Mar 17, 2014
09:40 AM
And the Event Viewer tells me this...
... View more
Mar 17, 2014
09:35 AM
I'm not sure how much this will tell you, but here you go! (I hope I'm attaching this right)
... View more
Mar 17, 2014
06:15 AM
Yes, I've cleaned, built, and rebuilt many, many times. All failures. This morning, 5 straight failures and no successes. There are no post-build events. This really is a simple setup I'm trying to create here. What's the purpose of IsWiBuild.dll? Since that's the file that's always causing the problem, do you know if there's an updated version I could try? Really at a loss here.
... View more
Mar 13, 2014
02:27 PM
Thanks for writing again! I'm new to InstallShield, so I'm not sure what information I might be able to provide about the build project I'm trying to do. It's just a VS console app that creates an .EXE in a root folder. I put a config file in a subfolder. A few .DLLs go in another subfolder. Nothing fancy at all. I'm an admin on my own box, so I don't think that's it. I THOUGHT I set it up to always run as an admin, but I was wrong. I reinstalled LE and set VS to always run as an admin. The first time I built the project with these settings, it actually worked. Then, I built it twice afterwards, making no changes whatsoever, and it crashed VS both times. Event Viewer is still complaining about IsWiBuild.dll. I'm on Win 7, FYI. I don't suppose you have any other tricks up your sleeve that I could try? Thanks!
... View more
Mar 12, 2014
03:34 PM
Hi, I'm using the Premium edition. 32 bit program. Not a service. Not creating shortcuts. No special actions. And, as I mentioned, it does this on 2 other machines as well, so it's not just my laptop. Any thoughts?
... View more
Mar 10, 2014
11:41 AM
Hi, Every time I try to build an LE install project in VS2013, it causes VS to crash and restart. I have uninstalled and reinstalled several times with no change in behavior. When I go into Event Viewer, I see this: Faulting application name: devenv.exe, version: 12.0.30110.0, time stamp: 0x52cfb65a Faulting module name: IsWiBuild.dll, version: 20.0.0.529, time stamp: 0x5270a430 Exception code: 0xc0000005 Fault offset: 0x00021604 Faulting process id: 0x4fc Faulting application start time: 0x01cf3c7114d9a7ab Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe Faulting module path: C:\Program Files (x86)\InstallShield\2013LE\System\IsWiBuild.dll Report Id: 2174a1f0-a865-11e3-bab4-d4bed907e5ac I have replicated this problem on two additional computers, one with VS2012, so it's not just mine. Also, I WAS able to get this to build in VS2010 this morning. Then this afternoon, after having made some minor display text changes, it now crashes my VS2010 every single time. Obviously, something would appear to be wrong with IsWiBuild.dll, but this is the latest and "greatest" version. I had a prior version (20.0.0.4___something) and it failed then, but I'm at this version now after uninstalling and reinstalling. I'm not sure where to go with this next. I can get this to build in VS2010, but staying on 2010 isn't a viable alternative. Does anyone have any ideas what may be going on here? We can't use the product if it stays like this. Any help would be appreciated. FYI - I posted something a few months ago with no luck. People think it's bad RAM or a machine problem, and as I said back then, my RAM and machine have passed all tests. Plus, since I've replicated this on two other machines, that makes it even less likely that it's just me. There's something else going on. Thanks!
... View more
Labels
Dec 23, 2013
01:43 PM
So I ran the RAM tests, and, as I expected, everything came out fine with that. As for the DEP, I tried to turn it off for VS2013, but was told that you can't turn off DEP for VS2013. It must be enabled. So then I tried to figure out what Install Shield file to disable DEP for, but I can't figure out which one. I'm willing to try it. Any tips on that? Thanks!
... View more
Dec 16, 2013
12:50 PM
Hi, I didn't see a place to post this question specifically relating to the Limited Edition version of this program, so I'm trying here. My apologies if there's a better place and I haven't found it. I have been able to use this with Visual Studio 2013 a handful of times maybe a week ago. I come back today, without any changes to my machine, and make a few minor tweaks to my code and do a rebuild. Now, it crashes VS every single time I build my setup project. I go into Event Viewer, and I get these messages: 1. Application: devenv.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: exception code c0000005, exception address 1EA01604 2. Faulting application name: devenv.exe, version: 12.0.21005.1, time stamp: 0x524fcb34 Faulting module name: IsWiBuild.dll, version: 20.0.0.405, time stamp: 0x51d25281 Exception code: 0xc0000005 Fault offset: 0x00021604 Faulting process id: 0x5a4 Faulting application start time: 0x01cefa89ba55dfe0 Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe Faulting module path: C:\Program Files (x86)\InstallShield\2013LE\System\IsWiBuild.dll Report Id: 4e9a443e-6680-11e3-9703-d4bed907e5ac I've already uninstalled this and redownloaded and installed twice with no luck. Any help on this would be deeply appreciated. Windows 7 machine, 64 bit. Thanks in advance for anybody's time and efforts to help with this.
... View more
Labels
Latest posts by ceames1
Subject | Views | Posted |
---|---|---|
1601 | Mar 19, 2014 02:38 PM | |
1601 | Mar 18, 2014 12:11 PM | |
2384 | Mar 17, 2014 09:40 AM | |
2384 | Mar 17, 2014 09:35 AM | |
2384 | Mar 17, 2014 06:15 AM | |
2384 | Mar 13, 2014 02:27 PM | |
2384 | Mar 12, 2014 03:34 PM | |
2486 | Mar 10, 2014 11:41 AM | |
781 | Dec 23, 2013 01:43 PM | |
927 | Dec 16, 2013 12:50 PM |
Activity Feed
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 19, 2014 02:38 PM
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 18, 2014 12:11 PM
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 17, 2014 09:40 AM
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 17, 2014 09:35 AM
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 17, 2014 06:15 AM
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 13, 2014 02:27 PM
- Posted Re: Crash every time I try to build in VS2013 on InstallShield Forum. Mar 12, 2014 03:34 PM
- Posted Crash every time I try to build in VS2013 on InstallShield Forum. Mar 10, 2014 11:41 AM
- Posted Re: Limited Edition with VS2013 on InstallShield Forum. Dec 23, 2013 01:43 PM
- Posted Limited Edition with VS2013 on InstallShield Forum. Dec 16, 2013 12:50 PM
- Tagged Limited Edition with VS2013 on InstallShield Forum. Dec 16, 2013 12:50 PM
- Tagged Limited Edition with VS2013 on InstallShield Forum. Dec 16, 2013 12:50 PM
- Tagged Limited Edition with VS2013 on InstallShield Forum. Dec 16, 2013 12:50 PM
- Tagged Limited Edition with VS2013 on InstallShield Forum. Dec 16, 2013 12:50 PM