Problem building OD on VS 2015

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
wjstarck
Posts: 935
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Problem building OD on VS 2015

Post by wjstarck » Sat Nov 28, 2015 7:11 am

I am trying to build the OD 15.4 on a Windows 10 box with VS 2015 but I get the following error:

Code: Select all

Severity	Code	Description	Project	File	Line
Error	CS0012	The type 'IsConstModifier' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.VisualC, Version=7.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.	SparksToothChart	C:\Users\William\Desktop\ODVersions\opendental 15.4\opendental15.4\SparksToothChart\ToothChartDirectX.cs	729
I have Microsoft.VisualC.dll version 8.x in the GAC and can build just fine using VS 2013 on Windows 7 with the same version 8 of the MIcrosoft.VisualC.dll in its GAC. I realize you guys probably aren't up to VS 2015 yet, but why is it asking for that older version of the dll?
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

User avatar
wjstarck
Posts: 935
Joined: Tue Jul 31, 2007 7:18 am
Location: Keller, TX
Contact:

Re: Problem building OD on VS 2015

Post by wjstarck » Sat Nov 28, 2015 7:24 am

OK, well NVM.

I just added a reference to the SparksToothChart references to C:\Windows\assembly\GAC_MSIL\Microsoft.VisualC\8.0.0.0_b03f57f11d50a3a\Microsoft.VisualC.dll and it builds fine now :D
Cheers,

Bill Starck, DDS
Big Idea Software, LLC
Developer, EASy(Electronic Anesthesia System) for Open Dental
817-807-1709
TX, USA

Post Reply