Running the application with F5 gives a message saying "\bin\Debug\Infrastructure.Layout.dll was not found"

Posted on Microsoft .NET Support Team See other posts from Microsoft .NET Support Team
Published on Tue, 29 Jun 2010 13:30:00 +0000 Indexed on 2011/01/11 9:57 UTC
Read the original article Hit count: 210

Filed under:

The problem here is the ProfileCatalog.xml file refers to the old assesmbly namesdlls. It does not get updated when the assembly names change.

Steps to fix this issue:

1. Open the ProfileCatalog.xml file in the Shell project, and you'll find there are three ModuleInfo configuration items that need to have the solution name prefixed.

2. Prefix the dlls with the solution name. Recompile and everything will work fine.

© Microsoft .NET Support Team or respective owner