I have a solution with 2 projects in it. I need to programatically add a user control from one project into the other one (as you cannot declare this normally on the form because it is in a different application). When the page_load event of the user control is fired at run-time, none of the form objects on the user control exist.
Is this a namespace issue? Or can you just not share a user control over 2 projects without having a copy in both projects.
Is this a namespace issue? Or can you just not share a user control over 2 projects without having a copy in both projects.