Namspace Conflicts

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Microsoft Newsserver

    #1

    Namspace Conflicts

    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\xx x.cs
    conflicts with the imported on the in c:\xxx\xxxx\xxx x\cccc.dll

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


  • vimal.424@gmail.com

    #2
    Re: Namspace Conflicts

    u hav to import a particular .dll file in ur website.

    Microsoft Newsserver wrote:
    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\xx x.cs
    conflicts with the imported on the in c:\xxx\xxxx\xxx x\cccc.dll
    >
    I cant remember having this problem before. How do i get around it ?

    Comment

    • Ignacio Machin \( .NET/ C# MVP \)

      #3
      Re: Namspace Conflicts

      Hi,

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

      --
      Ignacio Machin
      The #1 Warehouse Management System & Direct Store Delivery Software (DSD) for QuickBooks & ERP Systems – LaceUp Solutions

      Mobile & warehouse Solutions.
      <vimal.424@gmai l.comwrote in message
      news:d9af2b6d-982a-4bef-b375-7df9a9bcfc44@p6 9g2000hsa.googl egroups.com...
      >u hav to import a particular .dll file in ur website.
      >
      Microsoft Newsserver wrote:
      >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\x xx.cs
      >conflicts with the imported on the in c:\xxx\xxxx\xxx x\cccc.dll
      >>
      >I cant remember having this problem before. How do i get around it ?

      Comment

      Working...