Intellisense not working when trying to define an xmlns in VS2012

二次信任 提交于 2019-12-06 15:33:05

The problem seems to have been the fact that I was using .NET 4.0 Client Profile for my application. I went ahead and transferred it over to .NET 4.5(full), but I am sure .NET 4.0(full) would work just as well. It seemed to have fixed nearly all of the intellisense problems I've been having.

I don't know what the downsides are to switching will be, though for 4.5 there isn't even a Client Profile version

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!