|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Runtime error 429Hello,
First, I apologise if this is the wrong forum for this; please direct me to the correct one if so. We have the problem of a compiled VB6 app that will only run if the computer has the VB6 development tools installed. When we try to run it on a computer that doesn't we get "Runtime error 429". We've run Filemon without any luck. Is this a common problem? Are we compiling the executable incorrectly? Is there a tool that will give us a clue as to what we're missing on the target systems? This happens on both Win2K and XP. -- Regards, Dean
Show quote
Hide quote
"DPM" <d*@junk.com> wrote in message It's a very common problem and it means that either your setup package news:eVqpGZzzFHA.2212@TK2MSFTNGP15.phx.gbl... > Hello, > > First, I apologise if this is the wrong forum for this; please direct me > to > the correct one if so. > > We have the problem of a compiled VB6 app that will only run if the > computer > has the VB6 development tools installed. When we try to run it on a > computer that doesn't we get "Runtime error 429". We've run Filemon > without > any luck. > > Is this a common problem? Are we compiling the executable incorrectly? > Is > there a tool that will give us a clue as to what we're missing on the > target > systems? This happens on both Win2K and XP. > -- > Regards, > Dean doesn't include everything your app needs to run, or, you've broken binary compatibility with previous releases of your components. You really should have error trapping in place that can give you a clue about which dll/ocx/whatever is causing that error. -- Ken Halter - MS-MVP-VB - http://www.vbsight.com DLL Hell problems? Try ComGuard - http://www.vbsight.com/ComGuard.htm Please keep all discussions in the groups.. "DPM" <d*@junk.com>'s wild thoughts were released on Wed, 12 Oct 2005 10:06:58 -0400 bearing the following fruit:>Hello, Well you could start with the P&DW, it can create a> >First, I apologise if this is the wrong forum for this; please direct me to >the correct one if so. > >We have the problem of a compiled VB6 app that will only run if the computer >has the VB6 development tools installed. When we try to run it on a >computer that doesn't we get "Runtime error 429". We've run Filemon without >any luck. > >Is this a common problem? Are we compiling the executable incorrectly? Is >there a tool that will give us a clue as to what we're missing on the target >systems? dependency file which tells you all the files required by your project. >This happens on both Win2K and XP. You *must* create a setup program because VB programs relyon other files, even a very simple VB program requires certain files. The only reliable way to ensure these files are installed is to creat a setup program. It *is* worth taking a look at what files the project requires (look at the dependency file once created) and then finding out why they are needed. Jan Hyde (VB MVP) -- "I'm no longer invisible" said Tom Insightfully (Jan Hyde) [Abolish the TV Licence - http://www.tvlicensing.biz/]
Application error "Permission Denied" only under WinXP-SP2
Is there a more elegant way to do this? Update Workstations with new executable Compile, Save, Exit, ReStart, big trouble Problem connecting to remote MySQL DB from VB6 Dependency walker and custom ocx. Lexical analysis How many ORs can you have in ADODB Need to know when a process is exited Best way to have a subroutine modify more than one variable |
|||||||||||||||||||||||