You are atVisual Basic Errors: Error 429-Identify the Issues
|
Visual Basic Error 429: FileSystemObject Example |
|
Error 429: Can't
Create Object - This error is most probably the most dreaded error for VB
programmers. It does not tell you much about the problem, it does not tell you
much about the solution either. Microsoft has a lot of references to this
subject.
The solution for
Error 429 can be tricky but is usually very easy. Once you are able to identify
where the problem is, you are able to find out why the problem is. For example,
the following code would try to write to a file using the filesystemObject: This was one and probably the simplest example. Using the debugger, you can identify where the error is occuring and then check if the corresponding ActiveX Control's file are installed properly. Sometimes, they're there but get corrupted or may get overwritten by an older version. In that case also the error occurs. Try overwriting the files with the correct ones and re-registering the component. This usually solves the problem. But sometimes, one isn't just lucky...
|
|
:|: Articles :|: Downloads :|: About Inderjeet :|: Contact :|: Services :|: Programs :|: Skill Set :|: Knowledge Bank :|: Consultancy :|: Troubleshooting :|: R&D :|: Comments/GuestBook :|: Blog :|: Search |
|||
|
© 2002-2004 InderjeetSodhi.com All rights reserved. Last updated: November 27 2005 00:03:57. All content protected by Copyright and International IPR Laws. Counter By Skaro.net |
|||