It appears that when my project went through the conversion process, the public classes (code-behind pages for the aspx forms) were converted into Partial Classes. When I referenced these classes (as public classes) in 2003 there were no problems, but now that they are partial classes I get the following error:
"Name 'PartCustomerOrderScreen' is not declared."
Is it possible to refer to the partial class in the same way that I did the public class? Both reside in the same namespace, but intellisense doesn't give me the option (and the build fails). I don't understand the reasoning behind this change. Any ideas?