Posted on: 1/14/2014 2:47:48 PM | Views : 673

I am facing a strange issue with master pages. I have two master pages, Mstr1 and Mstr2 in a folder. Both are almost identical except that one has Login control while other doesn’t have.  Both have identical Menu controls. Now when I build the project, contents of Mstr2.Master.Designer.vb are copied in Mstr1.Master.Designer.vb and Build error is raised as Master1.vb could not find the controls in master1.
I could not figure out the reason. Is it some known issue?

Go to the complete details ...