Thanks burningice,
The reason I was asking was that I was Using System.Globalization in my code, but even without the associated DLL in the list of Assembly References, the code was still compiling. I now see that System.Globalzation.dll is already called by Composite's own code, which is why I didn't need to include it in the Assembly References. However, I will add all used DLLs to the AR list from now onwards.
C# isn't as easy as Classic ASP!
The reason I was asking was that I was Using System.Globalization in my code, but even without the associated DLL in the list of Assembly References, the code was still compiling. I now see that System.Globalzation.dll is already called by Composite's own code, which is why I didn't need to include it in the Assembly References. However, I will add all used DLLs to the AR list from now onwards.
C# isn't as easy as Classic ASP!