Wrox Programmer Forums
|
VB How-To Ask your "How do I do this with VB?" questions in this forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB How-To section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 11th, 2004, 03:43 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 627
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Mike,
are you using third party components?
Even if the components are registered does not mean that you can use it for compile. Components come in two ways: the development version (that you use to compile) and the distribuitable version (that you include in your distribution package). This inhibits your client to make executable using that component (that they did not buy).
It is possible that the process of upgrading overwrote one of your development components, and it not easy to say each one... Try adding your third party component one by one in your test application, painful. If you find the wrong one, you have to reinstall it.
 
Old February 12th, 2004, 05:38 AM
Registered User
 
Join Date: Feb 2004
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks to everyone for their help, the ViewPro ActiveX control wasn't registered for some reason.






Similar Threads
Thread Thread Starter Forum Replies Last Post
how to make an .exe file of a vb project arshad mahmood VB Databases Basics 3 March 9th, 2009 12:09 AM
Trying to make an *.exe Apocolypse2005 Beginning VB 6 1 November 19th, 2007 08:52 PM
make Exe out of VBA code roli2712 Excel VBA 2 July 4th, 2007 02:06 AM
make exe file khandangoll VB Databases Basics 2 October 9th, 2006 01:05 PM
Make an EXE file vivek_inos Access VBA 3 March 15th, 2006 10:55 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.