Hi,
I am writing an application which uses HTTPS (and SSL) and got stuck due to this bug in CF.NET:
Andrew Arnott : Why .NET Compact Framework fails to call some HTTPS web servers
A hotfix was finally released (see this post: My MS Blog : .NET CF Hotfix - CF failed to call some HTTPS web servers when encrytpion is enabled) which I installed but still, my application wouldn't work on my device (works Ok on Desktop). I noted that my device also had CF.NET 2.0 installed and there was no way I could uninstall it (unless I modified the registry which I don't want my users to do). By using a tool included in CF.NET 3.5 Power Toys, I could force an application on my device to use CF.NET 3.5 which I did with my application. In this way, my application now works as it should.
In VB.Net or C#, I guess could have avoided the last step by targeting my application to use CF.NET 3.5. So, I am wondering if there is a way in Basic4PPC which permits me to target CF.NET 3.5 (including libraries) even if CF.NET 2.0 is installed on the device?
Thanks
I am writing an application which uses HTTPS (and SSL) and got stuck due to this bug in CF.NET:
Andrew Arnott : Why .NET Compact Framework fails to call some HTTPS web servers
A hotfix was finally released (see this post: My MS Blog : .NET CF Hotfix - CF failed to call some HTTPS web servers when encrytpion is enabled) which I installed but still, my application wouldn't work on my device (works Ok on Desktop). I noted that my device also had CF.NET 2.0 installed and there was no way I could uninstall it (unless I modified the registry which I don't want my users to do). By using a tool included in CF.NET 3.5 Power Toys, I could force an application on my device to use CF.NET 3.5 which I did with my application. In this way, my application now works as it should.
In VB.Net or C#, I guess could have avoided the last step by targeting my application to use CF.NET 3.5. So, I am wondering if there is a way in Basic4PPC which permits me to target CF.NET 3.5 (including libraries) even if CF.NET 2.0 is installed on the device?
Thanks
Last edited: