c# namespace conflicts

  • Thread starter Thread starter Microsoft Newsserver
  • Start date Start date
M

Microsoft Newsserver

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 ?
 
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
 
Back
Top