|
From: Alexander L. <ale...@go...> - 2009-11-03 14:32:32
|
Does anybody expirienced a problem loading QuantLibXL.xla from the actual trunk? I got the following error loading XLA: Error initializing the QuantLibXL framework: there was an error processing QuantLibXL.launch.xml expected node with tag Environment to ahve exactly one child node with tag FeedUse. Are there some problems with the QuantLibXL.launch.xml in trunk? The only thing I did with the file is - changing pathes to *.xll... Cheers, Alexander -- View this message in context: http://old.nabble.com/QuantLibXL.xla-Problem-with-QuantLib-0.9.9-tp26160160p26160160.html Sent from the quantlib-dev mailing list archive at Nabble.com. |
|
From: Alexander L. <ale...@go...> - 2009-11-03 14:32:35
|
Does anybody expirienced a problem loading QuantLibXL.xla from the actual trunk? I got the following error loading XLA: Error initializing the QuantLibXL framework: there was an error processing QuantLibXL.launch.xml expected node with tag Environment to ahve exactly one child node with tag FeedUse. Are there some problems with the QuantLibXL.launch.xml in trunk? The only thing I did with the file is - changing paths to *.xll... Cheers, Alexander -- View this message in context: http://old.nabble.com/QuantLibXL.xla-Problem-with-QuantLib-0.9.9-tp26160162p26160162.html Sent from the quantlib-dev mailing list archive at Nabble.com. |
|
From: Ferdinando A. <na...@am...> - 2009-11-03 16:05:38
|
On Tue, Nov 3, 2009 at 3:32 PM, Alexander Lotter <ale...@go...> wrote: > I got the following error loading XLA: > > Error initializing the QuantLibXL framework: there was an error processing > QuantLibXL.launch.xml > > expected node with tag Environment to ahve exactly one child node with tag > FeedUse. > > Are there some problems with the QuantLibXL.launch.xml in trunk? > > The only thing I did with the file is - changing pathes to *.xll... chances are you did more than changing paths... the error is about invalid xml file. Have you checked that you only have exactly one child node with tag FeedUse ? ciao -- Nando |
|
From: Alexander L. <ale...@go...> - 2009-11-03 19:31:54
|
Hello Ferdinando,
that is what I get using vc8 and vc9 libraries. I think it is not
depending on some configuration and lib. I've just checked out a trunk
version again and there is still a problem. I can't find this tag
FeedUse in the xml and I don't understand why this is not an optional
node/attribute.
<Environment name="Local">
<FrameworkVersion>10</FrameworkVersion>
<Workbooks>C:\Projects\DevEnv\trunk\QuantLibXL\Workbooks</Workbooks>
<HelpFile>C:\Projects\DevEnv\trunk\QuantLibXL\Docs</HelpFile>
<FunctionMetadata>C:\Projects\DevEnv\trunk\QuantLibAddin\gensrc\metadata</FunctionMetadata>
<AddinList>
<Addin>
<Path>C:\Projects\DevEnv\trunk\ObjectHandler\xll\ObjectHandler-xll-vc80-mt-0_9_8.xll</Path>
<DeliveredByLauncher>False</DeliveredByLauncher>
</Addin>
<Addin>
<Path>C:\Projects\DevEnv\trunk\QuantLibXL\xll\QuantLibXLDynamic-vc80-mt-0_9_8.xll</Path>
<DeliveredByLauncher>False</DeliveredByLauncher>
</Addin>
</AddinList>
<StartupActions>
<SetEvaluationDate>False</SetEvaluationDate>
<EvaluationDate>39462</EvaluationDate>
<YieldCurveBootstrap>False</YieldCurveBootstrap>
<CapVolBootstrap>False</CapVolBootstrap>
<SwapSmileBootstrap>False</SwapSmileBootstrap>
<CalibrateCMS>False</CalibrateCMS>
<FitCMS>False</FitCMS>
<IndexesTimeSeries>False</IndexesTimeSeries>
<LoadBonds>False</LoadBonds>
<MainChecks>True</MainChecks>
<StaticData>False</StaticData>
<InitSource>Excel</InitSource>
</StartupActions>
<Variables />
</Environment>
Take care,
Alexander
Ferdinando Ametrano wrote:
> On Tue, Nov 3, 2009 at 3:32 PM, Alexander Lotter
> <ale...@go...> wrote:
>
>> I got the following error loading XLA:
>>
>> Error initializing the QuantLibXL framework: there was an error processing
>> QuantLibXL.launch.xml
>>
>> expected node with tag Environment to ahve exactly one child node with tag
>> FeedUse.
>>
>> Are there some problems with the QuantLibXL.launch.xml in trunk?
>>
>> The only thing I did with the file is - changing pathes to *.xll...
>>
>
> chances are you did more than changing paths... the error is about
> invalid xml file. Have you checked that you only have exactly one
> child node with tag FeedUse ?
>
> ciao -- Nando
>
>
|
|
From: Alexander L. <ale...@go...> - 2009-11-03 19:42:10
|
I've just renamed this file (no file - no problem as written in your comment in svn) and it worked. So please take a look at it if you have time and update the svn. |
|
From: Ferdinando A. <na...@am...> - 2009-11-04 11:51:17
|
On Tue, Nov 3, 2009 at 8:41 PM, Alexander Lotter <ale...@go...> wrote: > I've just renamed this file (no file - no problem as written in your comment > in svn) and it worked. So please take a look at it if you have time and > update the svn. I've fixed the file on the 0.9.9 branch, so now it should work with the xml config file too ciao -- Nando |