I am trying to use aspnet_compiler to move a project that is already compiled from one place to another. I use Subversion for version control.
The process basically deduces all the code from subversion, builds, then calls aspnet_compiler.
My problem occurs when I have an excluded ascx file. This file is part of the latest code, but the regular assembly compiler ignores it, so no problem. However, the Aspnet_compiler explodes because it cannot find the code for this particular control.
I'm not sure
- I am doing it right;
- is there a way to get the correct file tree from Subversion
- There is an easier way; or
- this is expected, and I need to delete excluded files every time.
I would be grateful for any help.
Tom
Tom moseley
source share