I am having a problem with a C# dll in my Visual Studio 2005 ASP.NET web site project: when I add a reference to a certain the dll, it tells me that the type or namespace “Log” does not exist in the namespace SGS.DataServices. The namespace that I am looking for is SGS.DataServices.Log. When I type SGS.DataServices the namespace that is available is “System”. When that dll was initially written, the namespace was in fact SGS.DataServices.System. The namespace was changed to SGS.DataServices.Log after the fact.
I have looked everywhere on my computer to find a reference to the old file: cannot find anything. We are 5 developers working with this file and I am the only one with this problem. Any idea on how to clear all reference to the old DLL definition would be greatly appreciated.
Thank you!
Stoitcho Goutsev (100) - 31 Aug 2006 16:00 GMT
Hi,
I'm just throwing this out, but it has happened to ne that I thought I'm
using the personal web server for example and change something in the
folders where my project is, but VS actually uses the IIS and opens the
project from some other location. So my suggestion is to look on your hdd if
you have two copies of the project. Try to find out where VS picks up the
project from.

Signature
Stoitcho Goutsev (100)
>I am having a problem with a C# dll in my Visual Studio 2005 ASP.NET web
>site project: when I add a reference to a certain the dll, it tells me that
[quoted text clipped - 14 lines]
> ---
> Posted via www.DotNetSlackers.com