Pergunta

I'm taking over someone's code and I'm having an issue where I can't find the following three properties which should be part of Microsoft.WindowsMobile.Status according to everything I've seen.

SystemProperty.CellularSystemConnectedGprs
SystemProperty.CellularSystemConnectedHsdpa
SystemProperty.CellularSystemConnectedEdge

is there a different version of this dll that I'm missing?

Foi útil?

Solução

Found the solution. When I installed the Mobile 6.5 DTK it installed the version 5 SDK for some arb reason.

I upgraded the mobile SDK to 6.5 and now it's working

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top