T
tetechteam
I have a Word add-in that was working fine except on a particular computer
running under a particular user's profile. This call hangs on start-up; it
takes about 2 minutes to return:
Office::CommandBarPopupPtr spPopupMenu =
m_spApplication->GetCommandBars()->FindControl(vtMissing,vtMissing,cMyPopupTag,vtMissing);
What's weird is that this just started happening and if I log onto the
machine under a different user's profile, everything works fine. This leads
me to believe that something about the user's profile w/r/t/ Word has been
corrupted. But what?
This is a C++ add-in running in Office 2003.
Any insight or workaround would be appreciated,
Thanks!
Mike
running under a particular user's profile. This call hangs on start-up; it
takes about 2 minutes to return:
Office::CommandBarPopupPtr spPopupMenu =
m_spApplication->GetCommandBars()->FindControl(vtMissing,vtMissing,cMyPopupTag,vtMissing);
What's weird is that this just started happening and if I log onto the
machine under a different user's profile, everything works fine. This leads
me to believe that something about the user's profile w/r/t/ Word has been
corrupted. But what?
This is a C++ add-in running in Office 2003.
Any insight or workaround would be appreciated,
Thanks!
Mike