Use COM+ for sharing a xml file between processes? -
08-07-2004
, 07:20 AM
Hi all,
I have a xml file with data which must be changed by differend
processes. I am thinking of creating a Class (inherit
Componendservice) with a shared property of an other object (which
performs the read and write operations in the xml file).
Some more information about the application I am want to create: I
want to create in different user applications (Word, Excel,
AutoCAD....) Add-Ins. Those Add-Ins will perform "advanced" actions
when a document is created, based on some data (the xml file). The
Add-Ins not only read the data but also update the data.
Should I use COM+ for this? Or is COM+ "to much" for a "simple" AddIn
like this?
Thanks! |