I develop a windows form application using Interop.bpac.dll provided by brother. I tried to deploy the project using clickonce and a setup project but I can't manage to put the application working on other machine. I always get "Cannot create activex component". I think the problem is that the setup process don't register the COM component, but I don't know how to solve this. I've tried everything.
I know that we can isolate a COM component but I can't find the property I keep seeing on the internet.
Do you have any ideas ?
Thanks
I've found the problem. What you need to do is
1. Select the deployment project in Solution Explorer.
2. On the Project menu, point to Add, and then click Merge Module.
3. Select the the module C:\Program Files\Brother bPAC3 SDK\Redist\bPAC3.msm that is created when you install the SDK
Is working :)