Page 1 of 1

Compile error: FormPatientPortalSetup.cs

Posted: Tue May 26, 2015 11:24 pm
by mopensoft
I'm trying to compile 14.3.40 and have issue with many type matching errors. It looks like there's a same types under both OpenDental.Mobile and OpenDental.MobileWeb such as Prefm, Patientm, etc. A number of functions (see SynchGeneric) try to pass arguments of types under Mobile where same types under MobileWeb are expected.

I'm not sure what I'm missing but have to commend out all those code to compile the source code.

Is there any otherway around?

Thanks

Re: Compile error: FormPatientPortalSetup.cs

Posted: Wed May 27, 2015 7:05 am
by jsalmon
It doesn't ring a bell for me. Could you include the text from the Error List within VS or send a screenshot of it?

Re: Compile error: FormPatientPortalSetup.cs

Posted: Wed May 27, 2015 7:22 pm
by mopensoft

Re: Compile error: FormPatientPortalSetup.cs

Posted: Thu May 28, 2015 9:48 am
by jsalmon
Interesting. I haven't seen that error before. It's almost as if the web reference is outdated and expecting different parameters than it should be. You could set MobileWeb as your startup project, run it, and then update the OpenDental project's 'MobileWeb' web reference (right click on it > Update Web Reference). This should ensure that the mb.Synch... web methods are up to date.