Compiling Setup project returns: Could not find file '...' 'Interface not registered'

G

Guest

I have a simple setup project for my solution. I have one main app, 2 class libraries, and the setup build from the primary out put of my main app (which pulls from the 2 class libraries and a 3rd managed .dll outside the solution). When I build the setup project I get
Could not find file '...' 'Interface not registered

Generally it points to the managed.dll outside the solution, but sometimes it points to some of the framework

Any ideas on what could be causing this?
 
F

Felix Wang

Hi Mark,

Thanks for posting. Please have a look at the following article and see
whether it applies or not:

You receive an "interface not registered" error message when you try to
build a Setup project in Visual Studio .NET
http://support.microsoft.com/?id=835457

I hope the information is useful to you.

Regards,

Felix Wang
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top