Problem with DLL changed NameSpace

S

SMart

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!
 
S

Stoitcho Goutsev \(100\)

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top