Windows 8 Metro UI supported?
Question: Does Chilkat support Windows 8 Metro UI? Answer: Yes, any of the existing Chilkat libraries, components, etc. should run with no problems on the Windows 8 Metro UI.
Question: Does Chilkat support Windows 8 Metro UI? Answer: Yes, any of the existing Chilkat libraries, components, etc. should run with no problems on the Windows 8 Metro UI.
If the LastErrorText contains a line such as this: socketError: Permission denied It means you need to add permissions for Internet communications in your manifest. It should be placed outside of the application tag, such as: <manifest> <application> . . . </application> <uses-permission android:name=”android.permission.INTERNET” /> </manifest>