c# namespace conflicts

c# namespace conflicts

am 16.01.2008 10:40:24 von Steven Platt

Hi

I have a web applications ( one with the dll ). and I have declared some
classes. However, I keep getting warnings that the class c:\xxxx\xxxx\xxx.cs
conflicts with the imported on the in c:\xxx\xxxx\xxxx\cccc.dll

I cant remember having this problem before. How do i get around it ?

Re: c# namespace conflicts

am 17.01.2008 02:05:32 von Alvin Bruney

You have two dll's not strongly named in your project and the runtime is
confused because they have the same types. Search your drive for one and
delete it.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
-------------------------------------------------------



"Microsoft Newsserver" wrote in message
news:%23kOPdQCWIHA.5980@TK2MSFTNGP04.phx.gbl...
> Hi
>
> I have a web applications ( one with the dll ). and I have declared some
> classes. However, I keep getting warnings that the class
> c:\xxxx\xxxx\xxx.cs conflicts with the imported on the in
> c:\xxx\xxxx\xxxx\cccc.dll
>
> I cant remember having this problem before. How do i get around it ?
>
>