When editing master pages in visual studio 2010 pro the intelisense for the <asp:.... controls is missing, and it generally puts a green squiqqly underline saying theres a problem. Everything compiles and runs fine otherwise. I am wondering if its because the Master Pages all inherit from ~/umbraco/masterpages/default.master who's code behind file is "missing" (I know its compiled into the assembly, but visual studio thinks its a problem)
Does anyone else have this problem or have a work around? I really like my intelisense
I am not sure if this is a problem for anyone else or not, but if it is, I solved it by having the master pages inherit from my own master page. I went codeplex and got the code behind for the default master that umbraco has the master pages inheriting from in the first place, and added it to my new one.
Masterpage problem in Visual Studio 2010 Pro
When editing master pages in visual studio 2010 pro the intelisense for the <asp:.... controls is missing, and it generally puts a green squiqqly underline saying theres a problem. Everything compiles and runs fine otherwise. I am wondering if its because the Master Pages all inherit from ~/umbraco/masterpages/default.master who's code behind file is "missing" (I know its compiled into the assembly, but visual studio thinks its a problem)
Does anyone else have this problem or have a work around? I really like my intelisense
I am not sure if this is a problem for anyone else or not, but if it is, I solved it by having the master pages inherit from my own master page. I went codeplex and got the code behind for the default master that umbraco has the master pages inheriting from in the first place, and added it to my new one.
is working on a reply...