Hi, 
This is praveen, 

I'm trying to open a  word document in my .net application which is 
running in mono. 
now i'm running mono in windows XP. 
the code is like this 

newApp =  new word.Application(); 
if(newApp.Documents!=null && Source!=null) 
 { 
   newApp.Documents.Open(ref Source,ref Unknown,ref Unknown,ref 
Unknown,ref Unknown, 
                         ref Unknown,ref Unknown,ref Unknown,ref Unknown,ref

Unknown,ref Unknown, 
                         ref Unknown); 
 } 

Exception: 
Object reference not set to an instance of an object . 

Can any body help me please....... 
Thanks, 
Praveen. 

 

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to