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 |
On Tue, Nov 3, 2009 at 3:32 PM, Alexander Lotter
<[hidden email]> 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 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
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 > <[hidden email]> 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 > > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
In reply to this post by Ferdinando M. Ametrano-3
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. ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
On Tue, Nov 3, 2009 at 8:41 PM, Alexander Lotter
<[hidden email]> 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 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ QuantLib-dev mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/quantlib-dev |
Free forum by Nabble | Edit this page |