Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.