Hi
I know this is a very special case, but I am trying my luck anyway
Got our client/server solution working, no issues whatsoever.
We also use our product internally deployed as an App-V package.
Very strangely when running virtualized I get 0x00050015 when trying to enumerate characteristics:
* the call below works well, I am able to list and find our custom service
client.ReadServices(wclGattOperationFlag.goReadFromDevice, out wclGattService[] services);
* the call below gives 0x00050015
client.ReadCharacteristics(service, wclGattOperationFlag.goReadFromDevice, out characteristics);
Any idea what could cause that 0x00050015 error in this case? I suspect some wrong (restrictive) COM isolation model on our side when building the package. Do you use any COM calls internally?
Thank you,
Radu