Search found 6 matches

Go to advanced search

by robfrancis
Wed Oct 26, 2016 3:52 pm
Forum: General Discussion
Topic: License issue for Jade and .NET
Replies: 3
Views: 3957

Re: License issue for Jade and .NET

*** SOLVED ***

As per the example, it was...
<joob defaultConnection="myDefault">

which apparently uses a default of 10 processes. Changing it as follows:
<joob defaultConnection="myDefault" defaultPoolSize="2">

fixes the problem.

Thanks, BeeJay! Champion!
by robfrancis
Wed Oct 26, 2016 2:56 pm
Forum: General Discussion
Topic: License issue for Jade and .NET
Replies: 3
Views: 3957

License issue for Jade and .NET

So I'm trying to run the demo from Introductory Tutorial to JADE .NET https://www.jadeworld.com/docs/jade-70/content/resources/dotnetdev/ch3introtutorial/chapter3.htm I have a Jade demo license on a VM with Visual Studio. So .NET code and Jade are on the same dev box. Running in MultiUser mode with ...
by robfrancis
Tue Oct 25, 2016 4:25 pm
Forum: General Discussion
Topic: JADE.INI versus JOOB.INI
Replies: 4
Views: 4718

Re: JADE.INI versus JOOB.INI

*** SOLVED *** So it turns out that the values in the App.config file were overwritten by an IoC (Inversion of Control) container. By inspecting the Stack Trace further, it mentioned several links to code. Clicking on those links takes you to the code in Visual Studio. Place a break point in the cod...
by robfrancis
Tue Oct 25, 2016 2:57 pm
Forum: General Discussion
Topic: JADE.INI versus JOOB.INI
Replies: 4
Views: 4718

Re: JADE.INI versus JOOB.INI

I noticed that the backslashes used in paths were forward slashes in the example for connectionString but not for joob defaultConnection. Changing them as follows made no difference. <connectionStrings> <add name="myDefault" providerName="JadeSoftware.Joob.JoobConnection" connectionString="DataSourc...
by robfrancis
Tue Oct 25, 2016 2:40 pm
Forum: General Discussion
Topic: JADE.INI versus JOOB.INI
Replies: 4
Views: 4718

Re: JADE.INI versus JOOB.INI

Thanks, BeeJay. The App.config has the following relevant section in the connectionString: ConfigFile=C:\Jade7\system\Jade.ini; I've verified that this file exists already. I'm thinking this could be a red herring as far as errors go. It is bound to be a config issue though, as this solution is runn...
by robfrancis
Tue Oct 25, 2016 9:55 am
Forum: General Discussion
Topic: JADE.INI versus JOOB.INI
Replies: 4
Views: 4718

JADE.INI versus JOOB.INI

Hi, Can anyone tell me if the joob.ini is really supposed to be jade.ini in the system folder (i.e. c:\jade7\system\jade.ini) ? Error I'm seeing in Visual Studio 2012 connecting to Jade 7.0 database is: SetUp : JadeSoftware.Joob.Exceptions.JoobConfigurationFileNotFoundException : The specified or de...

Go to advanced search

cron