let say i have a very small functionality in one of the classes of a very big windows application project. i want to use that functionality or let say variable from a class library project, since the functionality i want to hire is not even 1/1000 of the who windows application, i dont want to add a reference to this project.
what would be the solution in this case?

anyway i think you cant. i will reference to small project and set some properties to it during initialization. so i thought about grabbing properties from the bigger project which requires a reference to bigger project, now i think about setting properties to smaller project so this case the reference will be from the bigger one to smaller one, which is ok.

well, technically you can't but you could dynamically load the assembly, get what you wanted from it, then unload it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.