Problem with Excel using a .Net rich text box

E

Esteban404

The scenario indicates everything works fine from within
an IDE or other programmed environment making a call to
Excel, but fails when Excel is responsible for the
execution. I don't have anything specific, but... I've
done some of these and there is a trust issue that
complicates development where Excel does execution from a
macro. It may be tied to that. Assuming you want a non-
specific instance created, I can't think of a work around
off the top of my head. Hope this is a direction you can
use...

E.
 
B

Bryan

thanks E. I'll see what I can find on the issue. I was wondering if it might
be an assembly security issue, maybe I'll explore some things along those
lines.

Unfortunately, since our application is intended to be a commercial level
application and work as an add-in to Excel, I don't know how much we have
control over when it goes out to the client...

Thanks for your help.
 
Top