I am building a Web Application Project with Visual Studio 2005. On one page, I added a SqlDataSource with a connectionstring.
The problem is as follows: I get the warning "Generation of designer file failed: The expression prefix 'ConnectionStrings' was not recognized. Please correct the prefix or register the prefix in the <expressionBuilders> section of configuration."
My application runs well, but adding controls to this page does not update the .aspx.designer.cs code behind file.
Anyone who has a solution for this? I tried the <expressionBuilders> suggestion, but it did not work.
Thanks in advace.