version 6.7 compiled warnings

This forum is for programmers who have questions about the source code.
Post Reply
tmv2
Posts: 56
Joined: Mon Dec 10, 2007 10:54 am

version 6.7 compiled warnings

Post by tmv2 » Sat Oct 17, 2009 2:01 pm

Warning 1 'OpenDentBusiness.ClaimProc' overrides Object.Equals(object o) but does not override Object.GetHashCode() C:\opendental\svn\opendental6.7\OpenDentBusiness\TableTypes\ClaimProc.cs 7 15 OpenDentBusiness
Warning 2 Could not resolve this reference. Could not locate the assembly "Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. OpenDental
Warning 3 The referenced component 'Microsoft.VisualBasic.PowerPacks.Vs' could not be found.

Should I be concerned? From a Java background, I know Warning 1 will cause problem with sorting or using ClaimProc as a key in a Map. I don't what issue I will run into with Warning 2/3.

User avatar
jordansparks
Site Admin
Posts: 5744
Joined: Sun Jun 17, 2007 3:59 pm
Location: Salem, Oregon
Contact:

Re: version 6.7 compiled warnings

Post by jordansparks » Mon Oct 19, 2009 6:37 pm

You can ignore the warnings.
Jordan Sparks, DMD
http://www.opendental.com

Post Reply