Don't understand "application is already precompiled"

D

Dave

When and what does .Net want to compile? I have a file called
upload.cs. I made changes to it. Tried to rebuild. But it won't
saying "the application is already precomiled." I would have expected
the cs code change to update the Dlls or something. What is it that
I'm not getting? Even if it is precompiled, why can't I compile it
again? Thanks....
 
G

Guest

Why not try switching your project to the Web Application Project model,
instead of the Web Site model. You may find it a lot more intuitive. I do.
Peter
 
B

bruce barker

aspnet supports precompiled vdirs. if precompiled, the aspnet compiler
will not recompile the site, because all the source files may not be
there (if you look at the aspx pages they should be empty).

normally you precompile to a new folder, not inplace. anyway just delete
precompiledapp.config
 
D

Dave

aspnet supports precompiled vdirs. if precompiled, the aspnet compiler
will not recompile the site, because all the source files may not be
there (if you look at the aspx pages they should be empty).

normally you precompile to a new folder, not inplace. anyway just delete
precompiledapp.config




- Show quoted text -

Okay, I get it now. So obvious. Duh..
 
D

Dave

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

Members online

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top