Run-Time Error '429'

  • Thread starter Thread starter Greg T.
  • Start date Start date
G

Greg T.

I have inherited a Visual Basic application that was
built an executable on a Windows 2000 platform. I am
currently trying to debug the application in Windows XP.
However, when I run the application. I receive the Run-
Time Error 429. I have used the Microsoft Knowledge
Base Article - 177394. I have tried to run all the
problem steps; they didn't solve the problem. Is there
anything else I can do to resolve this problem and have
the ability to rebuild the application in Windows XP.
Any help would be greatly appreciated.
 
Hello,

Greg T. said:
I have inherited a Visual Basic application that was
built an executable on a Windows 2000 platform. I am
currently trying to debug the application in Windows XP.
However, when I run the application. I receive the Run-
Time Error 429. I have used the Microsoft Knowledge
Base Article - 177394. I have tried to run all the
problem steps; they didn't solve the problem. Is there
anything else I can do to resolve this problem and have
the ability to rebuild the application in Windows XP.
Any help would be greatly appreciated.

Are you sure you are talking about VB.NET? If your question is related
to VB Classic, please turn to one of the VB Classic ngs
(microsoft.public.vb.*).
 
Run-Time error does not sound very VB.NET-ish. VB.NET deals with exceptions
and what not, perhaps you have the wrong NG. If you are dealing with VB5/6
(or less?), turn to one of the microsoft.public.vb[.*] newsgroups.

--
HTH,
-- Tom Spink, Über Geek

Please respond to the newsgroup,
so all can benefit

"Maybe it's a game called 'Punish the User'"
 
Greg T. said:
I have inherited a Visual Basic application that was
built an executable on a Windows 2000 platform. I am
currently trying to debug the application in Windows XP.
However, when I run the application. I receive the Run-
Time Error 429. I have used the Microsoft Knowledge
Base Article - 177394. I have tried to run all the
problem steps; they didn't solve the problem. Is there
anything else I can do to resolve this problem and have
the ability to rebuild the application in Windows XP.
Any help would be greatly appreciated.

If it is a VB6 question, please turn to microsoft.public.vb.*
If it is a VB.NET question, use the debug version (including debug
information) to find out the error line.
 
Thank-you for your response. I apologize for the confusion. Yes, I am
using Visual Basic 6.0. I am taking your advice and going to the
microsoft.public.vb.*
 
Back
Top