[Mono-dev] (no subject)

Jonathan Chambers joncham at gmail.com
Mon Mar 19 09:21:15 EDT 2007


Praveen,
     Please respond to list in future. I know nothing about aspose. I plan
on supporting COM Interop in mono; you must have uncovered a bug, perhaps
related to me not supporting lcidconversionattribute yet (I know MS Office
Interop seems to use this attribute). Please file a bug with small test
case, or wait until I implement handling for that attribute.

Thanks,
Jonathan

On 3/19/07, vidyapraveen korlam <vidyapraveen_korlam at semanticspace.com>
wrote:
>
>  Hi Jonathan,
>
>
>
> Thanks for ur information,
>
> I'm using the mono 1.2.3.1 , I think this is latest till now.
>
> I searched in the web for equivalent to word and found Aspose.words
>
> Can u tell me how far it is correct?? Can use aspose.words instead of MS
> Word??
>
>
>
> Thanks in advance,
>
> Praveen
>
>
>  ------------------------------
>
> *From:* Jonathan Chambers [mailto:joncham at gmail.com]
> *Sent:* Monday, March 19, 2007 5:30 PM
> *To:* Rafael Teixeira
> *Cc:* vidyapraveen korlam; mono-devel-list at lists.ximian.com
> *Subject:* Re: [Mono-dev] (no subject)
>
>
>
> Hi Praveen,
>     I'm slowly adding COM Interop support to mono, but it's not finished
> yet. What version of mono are you using?
>
> Thanks,
> Jonathan
>
> On 3/19/07, *Rafael Teixeira* <monoman at gmail.com> wrote:
>
> Hi Praveen,
>
> Opening office documents, depend on COM libraries, which won't run on
> Mono, unless you are in Windows, because they aren't portable (they
> are native windows libraries, not managed ones that Mono can run).
>
> You need to find some fully managed library to open such documents,
> and I don't know of any, that could do a good job.
>
> Good hunting,
>
> On 3/19/07, vidyapraveen korlam < vidyapraveen_korlam at semanticspace.com>
> wrote:
> >
> >
> >
> >
> > 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 at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/mono-devel-list
> >
> >
>
>
> --
> Rafael "Monoman" Teixeira
> ---------------------------------------
> "The reasonable man adapts himself to the world; the unreasonable one
> persists in trying to adapt the world to himself. Therefore all
> progress depends on the unreasonable man." George Bernard Shaw
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070319/dd1d8ef7/attachment.html 


More information about the Mono-devel-list mailing list