Namspace 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 ?
 
Hi,

You can not include (do not use a using directive) one of the dlls and use
the full name in the code.
 
Back
Top