Windows Vista Beta | WinVistaBeta.com - Message | vb6controls.reg FIX vs2006 --- Not Working vs2008

December 03, 2008  
Subject: vb6controls.reg FIX vs2006 --- Not Working vs2008
Group: microsoft.public.vstudio.general
Date: 7/21/2008 6:28:52 AM
From: Kevin [Email Address Protection]

I used to have my project on vs2003 and used the file
"vb6controls.reg" to fix release problems when using my program on
different computers... Now the problem is that I've transferred my
project to vs2008 and this fix I believe no longer fixes my onld
release problems... my program compiled on vs2008 runs properly on the
computer used to compile it... but other computers it just doesn't
work...

Anyone any idea?
Thanks!
Kevin

Back
Subject: Re: vb6controls.reg FIX vs2006 --- Not Working vs2008
Group: microsoft.public.vstudio.general
Date: 7/28/2008 11:49:51 AM
From: Kevin [Email Address Protection]

for those who run into this problem here is the solution...

Mainly the reason is that my application was being compiled using the
release version using Multi-Threaded DLL libraries.

In order to continue using my program with debug dlls I have to copy
the following files from the computer used to compile the program to
the computer trying to use the program:

C:\windows\WinSxS\
only copied all the debug files in those folder...

I hope this helps anyone with the same issues...

Back