VS2012 PluginExample - Project References Not Resolved

This forum is for programmers who have questions about the source code.
Post Reply
dporter
Posts: 18
Joined: Thu Jan 07, 2010 8:58 am
Contact:

VS2012 PluginExample - Project References Not Resolved

Post by dporter » Fri Jan 24, 2014 11:56 am

Wondering if anyone has had this issue with VS2012 and the PluginExample Solution. I'm having trouble resolving the project references to OpenDental and OpenDentalBusiness which is preventing me from sucessfully building the solution. See the screen cast below.

http://screencast.com/t/XAhkkXA8

-Damon

dporter
Posts: 18
Joined: Thu Jan 07, 2010 8:58 am
Contact:

Re: VS2012 PluginExample - Project References Not Resolved

Post by dporter » Fri Jan 24, 2014 12:04 pm

OK, silly thing to overlook. I had a mismatch in the .NET Framework target because PluginExample targets 3.5.

Now on to fixing the 21 new build errors :-)

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

Re: VS2012 PluginExample - Project References Not Resolved

Post by jsalmon » Fri Jan 24, 2014 12:42 pm

Yeah, sorry about that. We haven't updated the plugin example in some time. Most errors I've noticed can be commented out and it ends up working fine. The idea behind it can be understood without it compiling which is the nice part of having it available. I've always been trying to think of a relatively future proof plugin example to make but with the unknown possibility of changes in the OpenDentBusiness layer makes it very tricky to make a future proof plugin.
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