Codefile not getting executed

  • Thread starter Thread starter GaryDean
  • Start date Start date
G

GaryDean

I have a 1.1 asp.net project that has been converted by the conversion
wizard. By and large the app runs allright except for one page...

On one of the .aspx pages, the code behind file is not getting executed. It
looks identical to several of the other pages that are executing fine.

CodeFile="PageOne.aspx.vb" is specified in this page the same way it is
specified in the other pages that are working.

When running the page gets rendered but no code has been executed (at least
not the Page_Load event, or InitializeComponent)
 
Does it also have Inherits="ClassName" where ClassName is the name of the
class (possibly full name e.g also namespace) in that specific code file?
 

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