dynamically created codebehind - howto add to .dll

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

hi ng,

in my asp.net application, users dynamically can create aspx files and
codebehinds (and other source files).
how can i enforce .net to add these sources to the .dll?
til now, the user gets the error

Parser Error Message: Could not load type ''.

thanks you very much.

dan
 
Codebehind files can't be compiled dynamically. You need to re-deploy the
solution. aspx files do compile dynamically, no re-deployment is required.

Eliyahu
 

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