Page 1 of 1

Visual Studio 2017 / 2019?

Posted: Fri Aug 30, 2019 3:33 pm
by ajhalls
Curious if you guys are still using the old 2015 or have updated to 2017 or 2019? I am trying to compile the 19.2 and having trouble with it. I had to manually specify to use C# 7.2 language version, Default latest didn't work even though 7.3 was there. I was getting the mixed mode errors, even though the fix was already in the app.config. I now only have 7200 more errors to get through, but they are mostly stupid stuff like this:

Code: Select all

Severity	Code	Description	Project	File	Line	Suppression State
Error	CS0246	The type or namespace name 'CodeBase' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Adstra.cs	7	Active
Error	CS0246	The type or namespace name 'OpenDentBusiness' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Adstra.cs	8	Active
Error	CS0246	The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Adstra.cs	19	Active
Error	CS0246	The type or namespace name 'Patient' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Adstra.cs	19	Active
Error	CS0246	The type or namespace name 'OpenDentBusiness' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apixia.cs	7	Active
Error	CS0246	The type or namespace name 'CodeBase' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apixia.cs	8	Active
Error	CS0246	The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apixia.cs	36	Active
Error	CS0246	The type or namespace name 'Patient' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apixia.cs	36	Active
Error	CS0246	The type or namespace name 'OpenDentBusiness' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apteryx.cs	7	Active
Error	CS0246	The type or namespace name 'CodeBase' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apteryx.cs	9	Active
Error	CS0246	The type or namespace name 'Program' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apteryx.cs	21	Active
Error	CS0246	The type or namespace name 'Patient' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\Apteryx.cs	21	Active
Error	CS0246	The type or namespace name 'OpenDentBusiness' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\ApteryxImage.cs	3	Active
Error	CS0246	The type or namespace name 'OpenDentBusiness' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\AudaxCeph.cs	8	Active
Error	CS0246	The type or namespace name 'CodeBase' could not be found (are you missing a using directive or an assembly reference?)	OpenDental	C:\OpenDental\OpenDental\Bridges\AudaxCeph.cs	10	Active
I have tried deleting and recreating the references, but that hasn't helped. All the projects but OpenDental built successfully.

Re: Visual Studio 2017 / 2019?

Posted: Tue Sep 03, 2019 7:44 am
by cmcgehee
We are using Visual Studio 2019.

Re: Visual Studio 2017 / 2019?

Posted: Sun Aug 02, 2020 8:38 am
by richberman
Will VS2019 Community version work. I tried it unsuccessfully.

Re: Visual Studio 2017 / 2019?

Posted: Fri Aug 14, 2020 11:09 am
by jordansparks
Make sure your solution is set to Debug x86.