I'm having problems with a side-by-side COM.
I have a manifest file and everything works fine, but sometimes it stops working and I get a Class not registered exception.
What I do to fix it is I delete all the bin and obj folders in my project, rebuild all then it works fine again for a while.
But if for exemple I change a value in my Settings.settings, i get the exception. I have to erase the bin and obj folders, rebuild all, then it starts working again.
Did anyone encounter this error/behvior.
For info:
-My problem occurs in a WPF application.
-The COM is a wrapper around Bonjour services. (Apple zero configuration networking)
-We use a COM since we have some legacy applications made in Delphi 7 that uses the COM.