reinux: I was not talking about executables or libraries but a simple class file or webservice in a web project!
The files in your App_Code directory are compiled on the fly as well, just like the pages, so it must be an architectural limitation!
It seems that everything in App_Code is compiled together in one assembly???!!
Can someone from the team tell a bit more about the exact limitations / architecture and possible solutions?