c# - Renaming .NET library -


I am maintaining a C # net (versus 2005) library, let's call it Phoolib, which is developed by peer has been done. Now the management has decided that we should change its name, barLib.

So I gave it a name, changing some metadata (copyright information etc.), registered in GAC, removed the reference and

so far, very good, but a project That uses it, which gives me some strange error in adding debug version, while the release works without a warning, like an attraction, he gave me an error message which is telling me that this fooLib.dll Did not get (When it should search barLib.dll) and let me know that linking was disabled, and the way to activate it was because I did it, but the only new information has come back to the list of paths in which to find the wrong file Any idea how can I fix it without rebuilding the solution to scratch?

Project file - Make sure there is nothing strange for different configurations.

Make a solution with "ultra-clean" - manually rid of all the bin / objet directories.

When you say that there is a problem with the debug version "linking", does it mean that it fails in execution time rather than compile-time?


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -