Gil,
The DLLs as well as the PDBs are there.... but not in the bin folder.
ASP.NET 2.0 uses a dynamic compilation feature and it now puts the DLLs in the C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files instead of in the bin folder.
Take a look at this folder you will find the missing files....
When you compile the application for deployment it creates the App_Code.dll in the bin folder.
Rgds,
Rodrigo
|