Trying to build 12.4 in Release mode

This forum is for programmers who have questions about the source code.
Post Reply
don
Posts: 11
Joined: Mon Jan 07, 2013 4:20 pm

Trying to build 12.4 in Release mode

Post by don » Fri May 31, 2013 8:34 am

We're planning to use opendental 12.4 and I've downloaded the source codes to test and compile in release mode. One thing I noticed was that there are a bunch of projects that were not loaded in the solution, namely:
MobileWeb
OpenDentalServer
OpenDentalWebService
PatientPortal
WebForms
WebHostSynch
xEHR

It returns an error : "The project type is not supported by this installation."

I believe the items here needs to be hosted on a server, but is there a way to test this locally (e.g. hosting in it the local IIS) so that we can at least see how these modules work and compile an exe that's fit to be released.

For WebForms I tried installing the MySQL connector but it still doesn't load the project in the solution.

Please guide me into creating a release version.

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Trying to build 12.4 in Release mode

Post by jsalmon » Fri May 31, 2013 9:06 am

Just sounds like you're using Visual Studio Express to me.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

don
Posts: 11
Joined: Mon Jan 07, 2013 4:20 pm

Re: Trying to build 12.4 in Release mode

Post by don » Fri May 31, 2013 9:41 am

Yes, I'm using Visual C# 2010 Express. Do I need to do something to make it work?

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Trying to build 12.4 in Release mode

Post by jsalmon » Fri May 31, 2013 10:41 am

The full version of Visual Studio will be able to compile those projects. Express cannot.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

User avatar
drtech
Posts: 1649
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: Trying to build 12.4 in Release mode

Post by drtech » Fri May 31, 2013 12:01 pm

Just don't build those projects. Disable the build for those projects and it will build the main program fine.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com

don
Posts: 11
Joined: Mon Jan 07, 2013 4:20 pm

Re: Trying to build 12.4 in Release mode

Post by don » Sat Jun 01, 2013 9:07 pm

Alright! Will do that. Thanks a lot!

don
Posts: 11
Joined: Mon Jan 07, 2013 4:20 pm

Re: Trying to build 12.4 in Release mode

Post by don » Sun Jun 02, 2013 6:26 pm

One more thing, regarding my question on the projects that need to be hosted, like WebForms, can I test this locally?

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: Trying to build 12.4 in Release mode

Post by jsalmon » Sun Jun 02, 2013 9:27 pm

We mention what you'd have to do to get your own web forms up and running at the bottom of this page: http://opendental.com/manual/programmingresources.html
Making step by step instructions would be very time consuming and we are too busy with other things atm.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply