B
BioColor
Hi,
I have a VB6SP5 program that runs FrontPage2000 inside. It has been
working fine for a couple years.
Suddenly, when I made an inconsequential change to an unrelated string
constant and recompiled and ran it I got a "Run-time Error 430 Class
does not support automation or does not support expected interface."
From the program:
Dim oFP As frontpage.Application
....
Set oFP = CreateObject("Frontpage.Application")
The error happens at the execution of the second line.
Microsoft Frontpage 4.0 PageObject and WebObject Reference Libraries
are selected in the project references.
Unselecting them and re-selecting them again had no effect.
Relevant history:
I recently "Repaired" my XPSP2 Windows version using the Windows CD. I
subsequently got all the high priority updates from MS. I assume this
got me back to my up-to-date system. I've looked at the low priority
updates and didn't see any for Visual Studio or VB. There were some
for XP, but they didn't look relevant.
I was using FP2000 manually earlier in the day to re-make the target
site. Changes were mostly re-naming subwebs, and were done through
FP2000 Tools menu.
Does anyone have any suggestions on finding what's broke?
TIA
DuncanC
I have a VB6SP5 program that runs FrontPage2000 inside. It has been
working fine for a couple years.
Suddenly, when I made an inconsequential change to an unrelated string
constant and recompiled and ran it I got a "Run-time Error 430 Class
does not support automation or does not support expected interface."
From the program:
Dim oFP As frontpage.Application
....
Set oFP = CreateObject("Frontpage.Application")
The error happens at the execution of the second line.
Microsoft Frontpage 4.0 PageObject and WebObject Reference Libraries
are selected in the project references.
Unselecting them and re-selecting them again had no effect.
Relevant history:
I recently "Repaired" my XPSP2 Windows version using the Windows CD. I
subsequently got all the high priority updates from MS. I assume this
got me back to my up-to-date system. I've looked at the low priority
updates and didn't see any for Visual Studio or VB. There were some
for XP, but they didn't look relevant.
I was using FP2000 manually earlier in the day to re-make the target
site. Changes were mostly re-naming subwebs, and were done through
FP2000 Tools menu.
Does anyone have any suggestions on finding what's broke?
TIA
DuncanC