Page 1 of 1
TRIALONLY conditional compilation constant (symbol)
Posted: Sat Jul 14, 2018 1:49 pm
by sjWiz
Hi all,
Before compiling, how do I remove the TRIALONLY conditional compilation constant (symbol) patient limitation? I want to be able to test more than the limit (how many exactly?) are imposed.
Thank you,
sJ
Re: TRIALONLY conditional compilation constant (symbol)
Posted: Mon Jul 16, 2018 7:49 am
by cmcgehee
Inside Visual Studio in the Solution Explorer, you'll want to right-click on the OpenDental project and select 'Properties'. Then select the Build tab and remove "TRIALONLY" from the Conditional compilation symbols textbox.
Re: TRIALONLY conditional compilation constant (symbol)
Posted: Tue Jul 17, 2018 2:06 am
by sjWiz
Thanks Chris! Will try this soon.
Re: TRIALONLY conditional compilation constant (symbol)
Posted: Wed Jul 18, 2018 10:50 pm
by sjWiz
Hi Chris,
There doesn't seem to be anything in that textbox as shown in the link below:
https://ibb.co/jUqW6y
So I'm thinking it was never initially there but only mentioned in the OD doc as something to watch for. The one other thing I'm worried about is "allow unsafe code"... should that be checked?
Re: TRIALONLY conditional compilation constant (symbol)
Posted: Thu Jul 19, 2018 8:11 am
by cmcgehee
I guess you want "Allow unsafe code" to be checked. Apparently I 've had that checked, and I don't think it's caused any problems.