CodeFile="" is missing

  • Thread starter Thread starter IfThenElse
  • Start date Start date
I

IfThenElse

Hi,

None of my .aspx pages in a new ASP.NET 2.0 VS.NET2005 Solution/Project
have CodeFile=""

what does that mean?

only have CodeBehind=""

Any Idea?
 
codefile was a hack for 1.1. its been removed in 2.0. it allowed vs to
know what file to compile for the codebehind.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top