Problem with excel worksheet embedded into Word

D

Dima

After drag-and-drop from excel to word embedded worksheet not working properly.
On attemption to open embedded worksheet I get errors:
"Microsoft Office can't start the application required to open this object.
An error occured and this feature is no longer functioning properly.
Would you like to repair this feature now?"
And after this:
The server application, source file, or item cannot be found.
Make sure the application is propely installed, and that it has not been
deleted, moved, or renamed".

On attemption to close Word I get new error:
".NET-BroadcastEventWindow WINDOW.EXE - Application Error"

My add-in is .NET
This happens only when I add some delegate to Excel AppEvents_Event, no
matter to which event I add delegate.
 
C

Cindy M.

Hi =?Utf-8?B?RGltYQ==?=,

There can generally be issues with Add-ins running in an OLE Server application
that is being opened "in-place" from an OLE Client. See this forum thread, as
well as links mentioned in the thread for more information:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1149601&SiteID=1
After drag-and-drop from excel to word embedded worksheet not working properly.
On attemption to open embedded worksheet I get errors:
"Microsoft Office can't start the application required to open this object.
An error occured and this feature is no longer functioning properly.
Would you like to repair this feature now?"
And after this:
The server application, source file, or item cannot be found.
Make sure the application is propely installed, and that it has not been
deleted, moved, or renamed".

On attemption to close Word I get new error:
".NET-BroadcastEventWindow WINDOW.EXE - Application Error"

My add-in is .NET
This happens only when I add some delegate to Excel AppEvents_Event, no
matter to which event I add delegate.


Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 
M

Maysam.k.Dabbagh

Hi

Or application has an excel addin . When my client installed my
application if he open any word doc which has excel object embedded in
it. If he open the excel object ( by double click on it) and close it
(while addin is activated) and wait for a few sec it will change the
excel object to a picture. I tried it with a very simple addin which
has just one event handler (_WorkbookOpen) and it give me the same
error.But as soon as I remove the addin or go to the regustry and
diactivate it by changing the loadbehavior to 2 it works fine.In my
research I mentioned some other application like ACT or even northon
had the same problem. And every body suggest to remove the addin. But
obviusly this is not an option for us .Any idea.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top