Search found 6 matches
- Sat Mar 13, 2021 9:42 am
- Forum: Developers
- Topic: 20.4 Button graphics missing dependancies
- Replies: 2
- Views: 8584
Re: 20.4 Button graphics missing dependancies
https://opendental.com/site/sourcecode.html scroll down to the bottom: "Button graphics missing.", you need to build that project Button graphics missing. - As of 20.4 we have a project called Direct2dWrapper. This has a C++ dependency that needs to be installed in order for some graphics in Open De...
- Mon Feb 22, 2021 7:10 pm
- Forum: Developers
- Topic: Bug in ProgramEntry.cs
- Replies: 6
- Views: 13965
Re: Bug in ProgramEntry.cs
Great, thank you
- Fri Feb 19, 2021 8:12 am
- Forum: Developers
- Topic: Bug in ProgramEntry.cs
- Replies: 6
- Views: 13965
Re: Bug in ProgramEntry.cs
The problem still exists in 20.4, the method just got moved to CodeBase.ODInitialize.FixNewtonsoft. All assembly resolving errors application wide still go through this method, so the array out of bounds fatal error will still occur. One possible 1-line fix: This fix will still allow newtonsoft.json...
- Sat Feb 13, 2021 4:16 pm
- Forum: Developers
- Topic: Bug in ProgramEntry.cs
- Replies: 6
- Views: 13965
Bug in ProgramEntry.cs
Our plugin has dependencies that will resolve with failures (not avoidable, blaming grpc due to its multi-platform features), the problem is that resolveArgs.Name will not always have commas so opendental will crash. ProgramEntry.cs line 94 (at least in v19.4) Below is code that would fix the issue,...
- Thu Jun 29, 2017 4:49 pm
- Forum: Developers
- Topic: Update reference request: Newtonsoft.Json
- Replies: 2
- Views: 7453
Re: Update reference request: Newtonsoft.Json
Thanks for your support, I was actually able to make it work without any changes on your end. Seems to be working just fine, from my understanding and from limited testing, this shouldn't break anything public override void LaunchToolbarButton(long patNum) { AppDomain.CurrentDomain.AssemblyResolve +...
- Wed Jun 28, 2017 7:18 pm
- Forum: Developers
- Topic: Update reference request: Newtonsoft.Json
- Replies: 2
- Views: 7453
Update reference request: Newtonsoft.Json
Working on a new plugin, one of my plugin dependencies requires Newtonsoft.Json 10.0.2, OpenDentBusiness is currently referencing version 9.0.1. Could you please update this to the latest stable?
Thanks
Thanks