Recently, I developed an ActiveX control named ZPLPrint.cs which I then compiled into a dll using the csc command in the .Net 4.xxx directory. Following that, I registered the dll with the command regasm ZPLPrint.dll /tlb /codebase. My setup includes utilizing WebMatrix to construct the control and run IE10. With Windows 8 as my operating system, I have integrated JavaScript into my sitelayout.cshtml file within WebMatrix:
Despite having additional script content planned, I'm encountering an error at the point of creating the object above. The specific error message reads: “SCRIPT429: Automation server can't create object”. Ultimately, this project is meant for operational use on Windows Mobile 6.5 CE. Should I be pursuing the current approach, or would it be advisable to explore alternative strategies? Any guidance on this matter would be greatly appreciated.