开发者

ASP.NET website still looking for old name of renamed referenced assembly

I have a solution with a website and a class library. I have renamed the class library project from Insight_WebControls to Insight.WebControls. I have also renamed the assembly it produces in its properties.

I have removed from the website's references the old class library and added the new.

However, when I try to build the website, I get the error 'Could not load file or assembly 'Insight_WebControls' or one of its dependencies. The system cannot find the file specified.' There is a dll called 'Insight.WebControls' in the bin folder.

Clearly some part of the website is still looking for the old filename. Can anyone tell me how to point it to Insight.WebControls.dll instead?

Thank开发者_JAVA技巧s

David


Just as a couple of shots in the dark:

Have you looked inside the web.config to see if there is any reference to the old file name in there?

If that turns up a blank then try opening up the project file for the web site and do a similar search.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜