InvalidOperationException in Default.aspx.cs
        Posted  
        
            by zsharp
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by zsharp
        
        
        
        Published on 2010-03-23T01:46:54Z
        Indexed on 
            2010/03/23
            1:51 UTC
        
        
        Read the original article
        Hit count: 287
        
asp.net-mvc
|ASP.NET
I changed the default namespace of my solution and assembly name, but i still get an error that there is abiguity between these even though the latter namespace is no where to be found.
NewName.Controllers.HomeController OldName.Controllers.HomeController
© Stack Overflow or respective owner