473,399 Members | 2,159 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

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
nj********@hotmail.com
http://www.nathansokalski.com/
Oct 23 '08 #1
2 1221
On Oct 23, 10:58*pm, "Nathan Sokalski" <njsokal...@hotmail.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...@hotmail.comhttp://www.nathansokalski.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:
http://msdn.microsoft.com/en-us/library/8f0k13d2.aspx

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>.Class...

HTH,

Onur Guzel

Onur Guzel
Oct 23 '08 #2
"kimiraikkonen" <ki*************@gmail.comwrote in message
news:7f**********************************@s50g2000 hsb.googlegroups.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
http://www.markrae.net

Oct 23 '08 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Francesco Gallarotti | last post by:
Can any of you help with this? Pretty much all the errors I have belong to 2 different categories: 1) error C2872: ambiguous symbols 2) error C2662: cannot convert 'this' pointer from 'const class...
0
by: Stephen Cairns | last post by:
I have the following rpx file in a .Net solution and I am getting the following build errors which are driving me crazy and ive no idea where I have went wrong. The build errors I'm getting are as...
2
by: Stephen Miller | last post by:
Can the CustomValidator be used to simply report unexpected errors, without requiring Client/Server validation? To explain, say you had a simple text box and button that did a Full-text Search of a...
0
by: Chris John | last post by:
G'day, I've got a bit of a curly problem. I have a smart client application that talks to a Java/Axis server. Everything has been working fine except for one of our clients machines we get the...
5
by: r.nikhilk | last post by:
Hi, Currently, we are porting C++ applications from 32 bit to 64 bit on AIX platform. (The current version of AIX is 5.3 and xlC verison is 8.0). We are able to compile the applications by...
5
by: Claudio Grondi | last post by:
I have just started to play around with the bsddb3 module interfacing the Berkeley Database. Beside the intended database file databaseFile.bdb I see in same directory also the __db.001...
32
by: Rene Pijlman | last post by:
One of the things I dislike about Java is the need to declare exceptions as part of an interface or class definition. But perhaps Java got this right... I've writen an application that uses...
3
by: Nathan Sokalski | last post by:
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...
3
by: broll911 | last post by:
I am gettin a error message on this script can someone help me. I am a complete newbie on this stuff. Thanks in advance for any help you can give me. here is the error. Parse error: syntax error,...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.