Hi all.
The MS Healthvault SDK comes with a dll, that is necessary for programming with Healthvault. Is there a way to build an HV application in mono?
Josh
Hi all.
The MS Healthvault SDK comes with a dll, that is necessary for programming with Healthvault. Is there a way to build an HV application in mono?
Josh
You can analyze the assembly (dll) using the Mono Migration Analyzer (MoMA). Just follow the guide and the tool will show you if there are any potential issues (unimplemented methods, P/Invokes, etc) with using it with Mono.