

What calls code of my c# static library, which call underlying OPC Foundation nuget code: string filePath = ApplicationConfiguration.GetFilePathFromAppConfig(ConfigSectionName) ĪpplicationConfiguration configuration = await LoadAppConfig(silent, filePath, ApplicationType, ConfigurationType, true) Where does following: static public instanceĪ server I can not figure out what is different about this one Project to cause this.From MVC controller I cal: server = dll in both the \obj\Debug and \bin\Debug folders as expected. If I do the same for any of my other Projects it puts the. dll in the obj\Debug folder, not the \bin\Debug folder.

If I just Build the Project, it only puts the. I added references the same way for all projects by selecting Add -> Solution Projects then checking the box next to the Project.ģ. dll file Path is from their \bin\Debug folders. dll is from the projects \obj\Debug folder, All of my other Projects shown in the The problem Project (Proj1) is shown in the References: and the path for the. In my startup Project for the Solution, in References I reference all of the Projects. I did change the Assembly Name and Root namespace to match the Project name (in Proj1 Properties, Application tab) recently.Ģ. I can not figure out why this one is now not working.ġ. dll from the obj\Debug folder to the bin\Debug folder fine. My other 6 Library Projects all copy the. It is not being copied to the \bin\Debug folder.

dll file is created for the project but it is only in the. The Project (Proj1) builds fine, AND the. This is a new project I added recently, but was working (Rebuild Solution) for a while. Now after I do a Rebuild Solution I get an error message (no error code) and for my main Startup Project:Ĭould not find library 'D:\.\\bin\Debug\Proj1.dll'Īnd indeed that file is not there. I have a Solution with 8 VB Projects, which had been building fine until recently.
