20.4 Compiliation Errors
Posted: Wed Aug 19, 2020 10:36 am
I downloaded HEAD this morning and tried to compile. I did the steps with Corflags, VirtualWeb, and OpenDentHelp and have the following errors.
Missing Namespace: OpenDental.Forms
After commenting out the `using` statements, I get:
'Browser' does not contain a definition for 'GetComputerNameCookie' \OpenDental\Main Modules\ProgramEntry.cs 29
After hardcoding the computername to be `localhost`, it compiles.
I am just playing around finally with trying to build a plugin. I am able to do what I need, but thought I would pass that info along.
Missing Namespace: OpenDental.Forms
After commenting out the `using` statements, I get:
'Browser' does not contain a definition for 'GetComputerNameCookie' \OpenDental\Main Modules\ProgramEntry.cs 29
After hardcoding the computername to be `localhost`, it compiles.
I am just playing around finally with trying to build a plugin. I am able to do what I need, but thought I would pass that info along.