I found this tutorial about Activex component but I am getting an error under Internet explorer 8 and Windows 7 pro: “An ActiveX component can not create object”
this tutorial is working fine under Windows 2008 Server R2.
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.
Windows 2008 Server R2 is designed for 64 bit.
My 1st bet is that you built a 64 bit ActiveX, and you are running IE (32) on Windows 7.
Make sure that your project target is set for x86 and not AnyCPU or x64.