Previous Thread

6/19/2006 7:21:01 AM    How to compile the code behind .cs files
I started recently with asp.net 2.0 and I am currently trying to generate the 
 
mysite.dll by compiling the corresponding code behind .cs files. I am using 
 
the csc tool that displays one  CS0103 error message (The name '...' does not 
 
exist in current context) for every control id that I am using in the .ascx 
 
files ('...' is the id of the control). 
 
From one point of view this is logical since there are no anymore 
 
declarations for the page controls in the code behind file. However I am 
 
wandering: "How can someone generate the mysite.dll using the command line 
 
compiler in asp.net 2.0?" 
 
Thanks in advance