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

C#

 
GeneralC# windows service using Word Pin
Nick Ingratta10-Nov-04 8:08
Nick Ingratta10-Nov-04 8:08 
GeneralRe: C# windows service using Word Pin
Heath Stewart10-Nov-04 8:44
protectorHeath Stewart10-Nov-04 8:44 
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 
It may. Like I mentioned, you should read the VB documentation for the Word object model (the best place is in the Word help itself if you installed the developer documentation; the documentation - if you can find it - in the MSDN Library isn't very specific (and like I implied, hard to find the right docs)).

If the COM server (Word) is throwing an error, though, something isn't right. Based on your code it seems similar to a NullReferenceException in .NET, except that your proxy object isn't null but the associativity of it may be empty in the Word COM server. That's why the Range object came to mind first.

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 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 
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 

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.