Click here to Skip to main content
16,005,339 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# windows service using Word Pin
Nick Ingratta10-Nov-04 8:57
Nick Ingratta10-Nov-04 8:57 
GeneralRe: C# windows service using Word Pin
Heath Stewart10-Nov-04 9:09
protectorHeath Stewart10-Nov-04 9:09 
GeneralRe: C# windows service using Word Pin
Nick Ingratta11-Nov-04 4:15
Nick Ingratta11-Nov-04 4:15 
GeneralRe: C# windows service using Word Pin
Heath Stewart11-Nov-04 6:30
protectorHeath Stewart11-Nov-04 6:30 
GeneralRe: C# windows service using Word Pin
Nick Ingratta11-Nov-04 6:34
Nick Ingratta11-Nov-04 6:34 
GeneralRe: C# windows service using Word Pin
Heath Stewart11-Nov-04 6:37
protectorHeath Stewart11-Nov-04 6:37 
GeneralRe: C# windows service using Word Pin
Nick Ingratta11-Nov-04 7:57
Nick Ingratta11-Nov-04 7:57 
GeneralRe: C# windows service using Word Pin
Heath Stewart11-Nov-04 8:09
protectorHeath Stewart11-Nov-04 8:09 
What is this: com.vmi.CardioIMS.Document.WordClass.SignDocument ? If you use the official Primary Interop Assemblies for Word 10 (XP) from MSDN[^] you would not see this. This looks like some third-party solution (perhaps part of your solution).

Using official PIAs from the COM server publisher is always a good idea and, when installed (i.e., for Office XP PIAs run the batch file to register them correctly), get used any time you would normally create your own. These are tested and, sometimes, may even be custom RCWs.

Office 2003 will be compatible in most cases with the XP typelib (where your RCW comes from) but do install their own PIAs if you choose ".NET Framework Developer Support" as a feature. Generally, using older typelibs for properly implemented COM servers (like Office) will support newer implementations unless older interfaces have been deprecated (happens rarely in Office; the basic stuff has almost always been around).

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: C# windows service using Word Pin
Nick Ingratta11-Nov-04 8:14
Nick Ingratta11-Nov-04 8:14 
GeneralRe: C# windows service using Word Pin
Heath Stewart11-Nov-04 8:24
protectorHeath Stewart11-Nov-04 8:24 
GeneralRe: C# windows service using Word Pin
leppie11-Nov-04 0:13
leppie11-Nov-04 0:13 
GeneralRe: C# windows service using Word Pin
Heath Stewart11-Nov-04 6:34
protectorHeath Stewart11-Nov-04 6:34 
GeneralCLR access policy for a C# control Pin
fridtjof10-Nov-04 8:04
fridtjof10-Nov-04 8:04 
GeneralRe: CLR access policy for a C# control Pin
Judah Gabriel Himango10-Nov-04 8:22
sponsorJudah Gabriel Himango10-Nov-04 8:22 
GeneralRe: CLR access policy for a C# control Pin
Nick Parker10-Nov-04 8:23
protectorNick Parker10-Nov-04 8:23 
GeneralDynamic user controls Pin
HectorB10-Nov-04 7:46
HectorB10-Nov-04 7:46 
GeneralRe: Dynamic user controls Pin
Nick Parker10-Nov-04 8:10
protectorNick Parker10-Nov-04 8:10 
Generaldestroy dll Pin
ppp00110-Nov-04 7:15
ppp00110-Nov-04 7:15 
GeneralRe: destroy dll Pin
Nick Parker10-Nov-04 7:28
protectorNick Parker10-Nov-04 7:28 
GeneralConditional Attributes Pin
Kevin McFarlane10-Nov-04 5:27
Kevin McFarlane10-Nov-04 5:27 
GeneralMonitor Problem Pin
waiwai0910-Nov-04 3:18
waiwai0910-Nov-04 3:18 
GeneralPathfinding (path or no path) in 3D Pin
Sebastian Schneider10-Nov-04 3:04
Sebastian Schneider10-Nov-04 3:04 
GeneralFind and replace in text file Pin
sevan10-Nov-04 2:12
sevan10-Nov-04 2:12 
GeneralRe: Find and replace in text file Pin
Dave Kreskowiak10-Nov-04 3:27
mveDave Kreskowiak10-Nov-04 3:27 
GeneralRe: Find and replace in text file Pin
tom_dx10-Nov-04 12:39
tom_dx10-Nov-04 12:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.