All of a sudden today my project started giving me this error:
Default parameter specifiers are not permitted
The project is supposed to be compiled with .Net 4.0.The WEb.config file has 4.0 specified:
<compilation debug="true" targetFramework="4.0">
What could possibly be going on here? Any help or places to look would be appreciated.
UPDATED:
I tried changing the .Net Framework Target to 3.0 and even 2.0, saving the solution and then back to 4.0 and 4.5 but it didn't work. I think I've read the same "fixes" that everyone else has with no luck unfortunately.