Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

'ClassName' is ambiguous in NameSpace 'MyNameSpace' 2

Status
Not open for further replies.

haddaway

Programmer
Jul 6, 2005
172
SE
I'm really desperate. I am working on a large project with hundreds of classes. Suddenly, at compile, maximum errors was found. All kinds of classes had the error defined in the subject.

I really don't know the source of this and especiallly how to find it in this large project. Any ideas would be appreciated!
 
It's probably someone misplacing a brace, like shifar said. But it could also be a recursive dependency (Assembly A depends on B, which depends on A).

I would backtrace through the recent checkins in your source tool to find out who the developer was that broke the build, and see what they delivered.

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top