Hi Folks, I haven't programmed for 10 years, so forgive me if I sound like a newbie. I wrote a simple little page to filter and display a table from a MS Access database on a webpage, and the program works fine in Visual Studio, but I can't
publish it. I keep getting the error " Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive." on the line "<compilation
strict="false" explicit="true" targetFramework="4.5" />". How do I fix this?
↧