publishing model via code

Use this forum to post Vensim related questions.
Post Reply
esneider54
Junior Member
Posts: 5
Joined: Fri Oct 05, 2012 10:45 pm
Vensim version: DSS

publishing model via code

Post by esneider54 »

I'm working with visual studio 2010 in the C # language. I want to publish a model using code and not using the GUI of Vensim DSS. Is this possible?
Administrator
Super Administrator
Posts: 4620
Joined: Wed Mar 05, 2003 3:10 am

Re: publishing model via code

Post by Administrator »

No. This is by design, you would not need Vensim if you could publish a model via some other means.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
esneider54
Junior Member
Posts: 5
Joined: Fri Oct 05, 2012 10:45 pm
Vensim version: DSS

Re: publishing model via code

Post by esneider54 »

Ok. My concern is that some people are unable to publish the model as. vpm because they have no VENSIM DSS, .VPM is what my application requires as input.
Only you can get .VPM by GUI of VENSIM DSS??
Specifically. Vensim there any function in the dll package to publish the model as VPM?
Administrator
Super Administrator
Posts: 4620
Joined: Wed Mar 05, 2003 3:10 am

Re: publishing model via code

Post by Administrator »

You can only publish a model for use with the Vensim DLL if you have Vensim DSS. The Vensim DLL is only licenced for use with Vensim DSS (the DLL only comes with DSS). So if you only have PLE, there is no way you can publish a model for use with the DLL as you are not licensed to do so.

These are licence restrictions.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
esneider54
Junior Member
Posts: 5
Joined: Fri Oct 05, 2012 10:45 pm
Vensim version: DSS

Re: publishing model via code

Post by esneider54 »

Administrator wrote:You can only publish a model for use with the Vensim DLL if you have Vensim DSS. The Vensim DLL is only licenced for use with Vensim DSS (the DLL only comes with DSS). So if you only have PLE, there is no way you can publish a model for use with the DLL as you are not licensed to do so.

These are licence restrictions.
Hi, I have Vensim DSS and I am developing an application for automatically analyze a model with the method LEEA. I want to publish a model without vensim GUI but with VENSIM via code using dll functions (i have Vensim DSS), because I don't want to lose automation. Attentive yet against the license?
Administrator
Super Administrator
Posts: 4620
Joined: Wed Mar 05, 2003 3:10 am

Re: publishing model via code

Post by Administrator »

Hi, I have Vensim DSS and I am developing an application for automatically analyze a model with the method LEEA. I want to publish a model without vensim GUI but with VENSIM via code using dll functions (i have Vensim DSS), because I don't want to lose automation. Attentive yet against the license?
This cannot be done.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
Post Reply