At http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding
they state that "cli_types.dll is replaced by cli_oootypes.dll" ...
and "The consequence of this is that all client programs which linked
with cli_types.dll do not work anymore."
Will MonoReport be updated soon or is there any other way to get past
this error without installing an older OpenOffice version?
We will update installation package on MonoReport.com soon to support
OpenOffice.org version 3.
Thank you,
MonoReport Team
On Jan 13, 5:56 pm, San <sanniepomp...@gmail.com> wrote:
> I am trying Monoreport from a VB.net winforms application using
> OpenOffice.org 3.
> Calling TemplateProcessor.Process(ODSTemplate, ODSFile, ReportDS)
> produce an error :
> "Could not load file or assembly 'cli_types ..."
>
> Athttp://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUN...
MonoReport Team
On Jan 13, 5:56 pm, San <sanniepomp...@gmail.com> wrote:
> I am trying Monoreport from a VB.net winforms application using
> OpenOffice.org 3.
> Calling TemplateProcessor.Process(ODSTemplate, ODSFile, ReportDS)
> produce an error :
> "Could not load file or assembly 'cli_types ..."
>
> Athttp://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUN...
Thank you,
San
On Jan 13, 6:18 pm, MonoReport Team <w...@4g-soft.com> wrote:
> New version of MonoReport installation package (linked with
> OpenOffice.org version 3 libraries) available to download athttp://www.monoreport.com/.
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage
(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
(MessageData& msgData, Int32 type)
at unoidl.com.sun.star.frame.XStorable.store()
at
#=q7z3YhnBsBLvnWAPfWd0oKh3lkfLxg7NA54B4EeA9wMgrPqpzmp0ZReEd8a5govTgY8w4uDwt8kTUpj2lorgAJw==.Process
()
at
#=qXrD1g9KcQkA4U3ltKglaX6Sxx3e2pPNaf3eKYOQUG9ywh_phgSRj8l_nMCcsN1XIdgNH1i3LXA2Wf73Pwa44rg==.#=qV
$FPeoB$YXcCUT17gB2iOg==(ProcessingOptions #=qWylSekjun9yFlV9fVw_4aA==)
at FogSoft.MonoReport.Processing.TemplateProcessor.Process
(ProcessingOptions options)
I will gladly supply any additional information if required.
Please advise,
San
- what is the value of ErrorCodeIOException.ErrCode that you getting?
- what is the value of OutputFileName used in ProcessingOptions?
MonoReport Team
At first I tried without setting the default for TemplateProcessor
then I changed to the following code with the same result;
Imports System.IO
Imports FogSoft.MonoReport.Processing
---
Dim ODSTemplate as string = "\\San\My Appdata\OOoTemplates
\ReviewedSR.ods" 'Also tried as .ots
Dim ODSFile as string = "\\San\My Appdata\Test Data\ReviewedSR.ods"
If FileExist(ODSFile) Then
FileDelete(ODSFile)
End If
Dim MonoType As New FogSoft.MonoReport.Processing.ProcessingOptions
(ODSTemplate, ODSFile, ReportDS)
MonoType.TemplateProcessor = TemplateProcessorType.OpenOfficeCalc
TemplateProcessor.Process(MonoType)
I suspect the problem lies with the passing of filetype arguments in
the ParamArray to the OOo InvokeMember method under VB.NET. Apparently
C# does this differently?
I hope this helps.
San
Please verify that path specified for OutputFileName is exist or first
try to set OutputFileName to some simple path, without network paths
or space characters, for example OutputFileName = "c:\Generated.ods"
MonoReport Team
Thanks again to the MonoReport Team,
San
So you still having problems generating *.ods outputs, even with
simple local paths as, for example, "c:\test.ods" ?
Thank you,
MonoReport Team
Hope I could be of more help.
Thank you,
San
We will try to reproduce this issue in similar environment and fix it.
PS. Information about MonoReport is always present in footer of
generated reports in free version, it is a normal behaviour.
Thank you,
MonoReport Team
I would gladly send you a sample of the Template file, especially
because I cannot get PB (Page Break) to work in before the change of
group in a grouped report, but I find no option to add attachments to
this post.
San
Thank you,
MonoReport Team
Thanks,
San
On Jan 15, 5:20 pm, MonoReport Team <w...@4g-soft.com> wrote:
> San, please submit your report template on this pagehttp://groups.google.com/group/monoreport/files
Regarding using of Page Breaks in report templates: because of nature
of MonoReport templates processing we are not using original Page
Breaks from report templates. Instead of we are using special marker
PB (or PageBreak in full notation) to add page breaks to final report.
Unfortunately this feature is implemented only for cases when using
Microsoft Excel as processor of reports. Implementation of custom page
breaks for OpenOffice.org is a planned feature.
Thank you,
MonoReport Team