

Remember, in Windows, when a program needs a DLL for example, it looks in the current folder, then in the folders in the PATH statement.Īlso, keep this in mind.

Make sure that all these files are only installed in your application folder. The installation program then will grab the files, and include them in the resulting SETUP program. Then specify these files in your installation program (e.g. You simply find your main EXE, and it will provide a list of the program that it will use. Borland C++), you can also place all the necessary files (in the case of Borland C++, the *.BPL files in the same installation folder, and your program will only use them). Also, depending on what the app is, and what it's doing, there could be other conflicts, so recompiling is probably the best thing to do first.Īlso, depending on the programming environment you use (e.g.
#EVENT ID 1000 SOURCE APPLICATION ERROR WINDOWS 7#
Keep in mind, say the program uses abc123.dll on Windows XP (32-bit), and Windows 7 (64-bit) has the same DLL, internally the DLL might be different, and that can cause issues. I run 64-bit Windows 8.1U, using Visual Studio 2013, and I know that you can specify that resulting EXE should be 32-bit or 64-bit. Since it's an in-house app, I'd suggest that you recompile it on a 64-bit machine. To see if more information about the problem is available, check the problem history in the Action Center control panel.Īpplication Path: C:\XXXXXXX\XXXWIN\XXX.exe The program XXX.exe version 6.0.1.86 stopped interacting with Windows and was closed.
#EVENT ID 1000 SOURCE APPLICATION ERROR HOW TO#
When the app crashes, the rest of Windows works no problem, any tips how to analyse this further? There is no consistent cause to the program failing. Single user 32bit app installed on one machine, running Windows 7 X64, our app was recently copied across from a 32bit Windows XP legacy computer, the application does not use the registry (but ini files) and works most of the time, but intermittantly hangs. Any idea why our inhouse developed app hangs when being used?
