Error: "The file could not be loaded in to the Web Forms designer"
-
Hi, I'm working on a project for dynamic code generation. We are creating the entire solution from scratch here(just at the initial stage). I create aspx and code behind files in the PL, but after the entire solution is created, I try to open the aspx file in the designer and I get this error: "The file could not be loaded in to the Web Forms designer." I am getting this link for help: http://msdn2.microsoft.com/en-us/library/aa289356(VS.71).aspx But I'm using src attribute like this and it was working when creating file using VS 2003: Could someone point out whats going wrong here. Regards, Blumen
-
Hi, I'm working on a project for dynamic code generation. We are creating the entire solution from scratch here(just at the initial stage). I create aspx and code behind files in the PL, but after the entire solution is created, I try to open the aspx file in the designer and I get this error: "The file could not be loaded in to the Web Forms designer." I am getting this link for help: http://msdn2.microsoft.com/en-us/library/aa289356(VS.71).aspx But I'm using src attribute like this and it was working when creating file using VS 2003: Could someone point out whats going wrong here. Regards, Blumen
You are using the <% %>(script tag) in aspx page that’s why you are getting the error (The file could not be loaded in to the Web Forms designer) to view the designer page first remove all <% %> tags from aspx page. I hope this will help you Puneet Srivastava
-
You are using the <% %>(script tag) in aspx page that’s why you are getting the error (The file could not be loaded in to the Web Forms designer) to view the designer page first remove all <% %> tags from aspx page. I hope this will help you Puneet Srivastava