ASP.NET CS0433 compilation error resolution
To resolve ASP.NET CS0433 compile errors resulting from a changed code-behind, simply do the following:
- rename the Bin directory (may need to wait for the processes inside to finish talking to it)
- visit page in question (will result in an error, just ignore)
- rename Bin directory back to Bin
- visit page in question again
Ta da!. =)
Thanks go out to David Woods for this solution.
Leave a Reply
You must be logged in to post a comment.