I have an ocx file, and I want to use that in Windows Service. I used aximp tool to create dll's from ocx, but those dll's doesn't work, they throws exceptions.
Using an ocx in a windows service in C# should be like using COM any other time. Just register the ocx as a com server and add a reference to it in the project preferences.