Object ID 4936 error

  • Thread starter Thread starter Robert Solomon
  • Start date Start date
R

Robert Solomon

After a windows xp crash, I had to reinstall XP Pro SP1 and all my apps.
I need to run Office 97 and XP on same machine. When I installed Office
97, I got this error from access:
Object ID 4936: Reg File Object: failed to register .SRG file c:\Program
files\Microsoft Office\Office\SCHDPLS.SRG

And I'm getting this error from my databases:
RunTime Error 429
ActiveX Component can't create object.
It's stuck on a statement: Set db = CurrentDb

What do I do now?

Thanks,
Rob
 
Robert Solomon said:
After a windows xp crash, I had to reinstall XP Pro SP1 and all my apps.
I need to run Office 97 and XP on same machine. When I installed Office
97, I got this error from access:
Object ID 4936: Reg File Object: failed to register .SRG file c:\Program
files\Microsoft Office\Office\SCHDPLS.SRG

No idea as to what this means.
And I'm getting this error from my databases:
RunTime Error 429
ActiveX Component can't create object.
It's stuck on a statement: Set db = CurrentDb

You probably need to register the DAO dll using regsvr32. For example
regsvr32 "C:\Program Files\Common Files\Microsoft
Shared\DAO\DAO350.DLL" or DAO360.DLL

ACC: Error Message: ActiveX Component Can't Create Object [Q296205]
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q296205

ACC2000: Error Message: ActiveX Component Can't Create Object
http://support.microsoft.com/support/kb/articles/q296/2/04.asp

ACC2002: Err Msg: "ActiveX Component Can't Create Object"
http://support.microsoft.com/support/kb/articles/q304/1/73.asp

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
 
Robert Solomon said:
After a windows xp crash, I had to reinstall XP Pro SP1 and all my apps.
I need to run Office 97 and XP on same machine. When I installed Office
97, I got this error from access:
Object ID 4936: Reg File Object: failed to register .SRG file c:\Program
files\Microsoft Office\Office\SCHDPLS.SRG

And I'm getting this error from my databases:
RunTime Error 429
ActiveX Component can't create object.
It's stuck on a statement: Set db = CurrentDb

What do I do now?

Thanks,
Rob
 
Robert Solomon said:
After a windows xp crash, I had to reinstall XP Pro SP1 and all my apps.
I need to run Office 97 and XP on same machine. When I installed Office
97, I got this error from access:
Object ID 4936: Reg File Object: failed to register .SRG file c:\Program
files\Microsoft Office\Office\SCHDPLS.SRG

And I'm getting this error from my databases:
RunTime Error 429
ActiveX Component can't create object.
It's stuck on a statement: Set db = CurrentDb

What do I do now?

Thanks,
Rob
 
Back
Top