VB6 Application not working on VISTA

  • Thread starter Thread starter GURU
  • Start date Start date
G

GURU

Dear All,

I have one small program, which i have developed in VB 6. After installing
in windows VISTA business system, i am getting error like 'Active X component
Can't Create object'
I have tried installing VB 6 , debugging the code. it is giving error where
i have mentioned conn.open str1(while opening connection of Database). My
application Back end is SQL Server 2000.

could you help me out?

thanks in advance for all.

Regards,
Guru
 
Failure to createobject is probably due to some registration failure for the
activeX component. In Vista this would most likely be caused by some
Permissions error when running the regsvr32 command.
HOW TO Reset Security Settings Back to the Defaults:
http://support.microsoft.com/default.aspx?scid=kben-us313222
--
click the Ratings button. Voting helps the web interface.
http://www.microsoft.com/wn3/locales/help/help_en-us.htm see ''rate a post''
Mark L. Ferguson

"GURU" <GURU@discussions.microsoft.com> wrote in message
news:6C084E91-20E6-4FB3-BDEC-874D4B8A106B@microsoft.com...
> Dear All,
>
> I have one small program, which i have developed in VB 6. After installing
> in windows VISTA business system, i am getting error like 'Active X
> component
> Can't Create object'
> I have tried installing VB 6 , debugging the code. it is giving error
> where
> i have mentioned conn.open str1(while opening connection of Database). My
> application Back end is SQL Server 2000.
>
> could you help me out?
>
> thanks in advance for all.
>
> Regards,
> Guru
 
On Jun 10, 5:51 am, GURU <G...@discussions.microsoft.com> wrote:
> Dear All,
>
> I have one small program, which i have developed in VB 6. After installing
> in windows VISTA business system, i am getting error like 'Active X component
>  Can't Create object'
> I have tried installing VB 6 , debugging the code. it is giving error where
> i have mentioned conn.open str1(while opening connection of Database). My
> application Back end is SQL Server 2000.
>
> could you  help me out?
>
> thanks in advance for all.
>
> Regards,
> Guru


Does it work in any other OS ?
 
Back
Top