Unexpected errors stating everything is ambiguous

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nathan Sokalski

    Unexpected errors stating everything is ambiguous

    I recently started recieving errors like:

    'LeftNavigation ' is ambiguous in the namespace 'nathansokalski _com_test'.
    (nathansokalski _com_test is the name of my project)

    I know what ambiguous means, but I am recieving this error for every class
    in my project, and I have made no changes to anything in the project other
    than add one class (the project used to compile). But even if I remove the
    newly added class I still recieve this error for all the classes (well,
    until it gets to the error 'Maximum number of errors has been exceeded.').
    Is there something that could have gotten changed in my project settings or
    something that could be causing this? Any help would be appreciated. Thanks.
    --
    Nathan Sokalski
    njsokalski@hotm ail.com
    有声小说网为广大读者提供热门小说在线免费阅读,本站收集的网络文学小说情节跌宕起伏,有声小说网是值得书友们收藏的小说在线阅读网。



  • kimiraikkonen

    #2
    Re: Unexpected errors stating everything is ambiguous

    On Oct 23, 10:58 pm, "Nathan Sokalski" <njsokal...@hot mail.comwrote:
    I recently started recieving errors like:
    >
    'LeftNavigation ' is ambiguous in the namespace 'nathansokalski _com_test'.
    (nathansokalski _com_test is the name of my project)
    >
    I know what ambiguous means, but I am recieving this error for every class
    in my project, and I have made no changes to anything in the project other
    than add one class (the project used to compile). But even if I remove the
    newly added class I still recieve this error for all the classes (well,
    until it gets to the error 'Maximum number of errors has been exceeded.')..
    Is there something that could have gotten changed in my project settings or
    something that could be causing this? Any help would be appreciated. Thanks.
    --
    Nathan Sokalski
    njsokal...@hotm ail.comhttp://www.nathansokal ski.com/
    You have posted that to three different newsgroups.

    For the question, i sometimes get the same it as 'warning' especially
    in C# projects with Office Interop, and as far as i remember it does
    not affect the compilation however it can be corrected by resolving
    the naming conflicting manually as said here:


    You need to specify full path of the member including correct
    namespace.

    Eg: Instead of ''Dim foo As New Class'', try to use:
    Dim foo As New <namespace>.Cla ss...

    HTH,

    Onur Guzel

    Onur Guzel


    Comment

    • Mark Rae [MVP]

      #3
      Re: Unexpected errors stating everything is ambiguous

      "kimiraikko nen" <kimiraikkonen8 5@gmail.comwrot e in message
      news:7f2fc40d-8a80-4a0c-b2ad-0068dd973a25@s5 0g2000hsb.googl egroups.com...
      You have posted that to three different newsgroups.
      It's his little game - he cross-posts everything...

      FWIW, you also cross-posted your reply...


      --
      Mark Rae
      ASP.NET MVP


      Comment

      Working...