Guest
|
Posted: Mon Mar 19, 2007 7:10 am Post subject: Error in openening word document in mono |
|
|
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. |
|