开发者

CS0234 for Referenced Local Project

开发者 https://www.devze.com 2023-01-19 03:18 出处:网络
I am receiving the CS0234: The type or namespace name开发者_StackOverflow \'...\' does not exist in the namespace \'...\' (are you missing an assembly reference?)

I am receiving the

CS0234: The type or namespace name开发者_StackOverflow '...' does not exist in the namespace '...' (are you missing an assembly reference?)

I notice when I click on "Show Detailed Compiler Output" that the project nor its binary output is referenced in the csc build command. It was working fine before but after I make a few changes in code, my app started to break. Any help would be greatly appreciated!

It's also worth noting I'm using ASP.NET MVC 2.


It ends up ASP.NET is not so good at resolving references. I ended up adding my assembly to the web.config section and all was good.


Is this a compile time error? I had a similiar error when I made somechanges to my view. If you did any changes in your view and having this kind of issue - let me know, I`ll write how to fix that.

0

精彩评论

暂无评论...
验证码 换一张
取 消