Steps for adding references??
I have a windows application and a usercontrol library. The windows application references to the usercontrol library to get to a particular usercontrol defined in that class.
Now I need to reference the windows application from the usercontrol class.
How do I do that?
Re: Steps for adding references??
Quote:
Originally posted by Ksyrium
Now I need to reference the windows application from the usercontrol class.
I assume you mean you need to reference the user control from the windows application?
Click on the Projects menu, then click "Add Reference". You should be able to find your project in there.