I have searched and searched for a solid answer so now I’m just asking it…
Can ActiveX controls be developed/written in .Net C# with Visual Studio 2008 for use on Windows Mobile 6.5.X IE Browser?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. The Compact Framework does not have EE Hosting support so native code cannot load managed code. This means that you cannot create COM/ActiveX compliant assemblies with the .NET Compact framework as its impossible to export the required entry points.