|
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
>
>
|