Jim:
I think that is known bug in Asp.Net 1.0/1.1
To resolve this problem , the ASP.NET must re-copy the 'shadow assemblies' , there are some ways :
A. iisreset
B. re-copy the dll into the bin
C. create a new file in the bin folder , and modify it and save it .
Regards , Terry .