vista ( unexpected error )

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Fary4u
    Contributor
    • Jul 2007
    • 273

    vista ( unexpected error )

    i just create application in vb6 which required msinet.ocx file to execute
    msinet.ocx based into system32 directory

    there is no problem to running application in windows xp
    but when i'm trying to run in vista it's giving me error

    "unexpected error"

    how can i fix this problem ?
  • firozfasilan
    New Member
    • Feb 2007
    • 42

    #2
    Hi,

    The easiest way i found to solve the problem is you have to create a file in notepad withe the extension .bat

    and then type the following line

    regsvr32 c:\windows\syst em32\MSINET.OCX

    and save the file.
    in vista , right click on it and choose run as administrator

    Comment

    • Fary4u
      Contributor
      • Jul 2007
      • 273

      #3
      Originally posted by firozfasilan
      Hi,

      The easiest way i found to solve the problem is you have to create a file in notepad withe the extension .bat

      and then type the following line

      regsvr32 c:\windows\syst em32\MSINET.OCX

      and save the file.
      in vista , right click on it and choose run as administrator
      thxs 4 reply
      exactly i've tryed this too but no luck : (

      Comment

      Working...