I have some COM objects in my C # project. When I publish a project and run the program on another machine, I get this error
Class not registered
I think that COM objects are automatically registered on my machine as part of the build process. How can I register COM objects on another computer?
source
share