Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VCT Problem

Status
Not open for further replies.

tkee

Programmer
Feb 6, 2004
55
US
My program which has been working for years froze up the running versions and won't load the new version. The error says the VCT is missing or invalid. The path it shows for the class isn't even in the users' mappings and never has been. They are running an EXE on another drive, which shouldn't need any access to my code drive. I have restored an old copy of the VCT and VCX files and rebuilt everything in the hopes it would take care of the problem. I don't understand how the class could affect older versions of an exe. The update I just made is inconsequential. Is there something I'm missing? Meanwhile I'm stressed and they're dead in the water.
 
I would check that the VCT files are included in your project output.

Look in your IDE project manager for an exclude sign next to the VCT name (it's like a circle
with a line through it) if there is one, right click on the item and select Include.

Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.

I'm trying to cut down on the use of shrieks (exclamation marks), I'm told they are !good for you.
 
Thanks so much for your response. Somehow my VCT file was added to Other Files in addition to Classes in the project manager. I removed it from other files, rebuilt everything and it now runs. I found this after creating a completely new project including dozens of forms and reports. I don't know how or why, but we're back up.
 
Well done

Regards

Griff
Keep [Smile]ing

There are 10 kinds of people in the world, those who understand binary and those who don't.

I'm trying to cut down on the use of shrieks (exclamation marks), I'm told they are !good for you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top