Hello,
I am facing a problem in creating setup project in C# window applications.
Actually I have made two pojects, one fee managment system and library management system. In library management project i have merged the fees management project, so that i can reuse Student entry and updation forms in library management project. It is working fine. But when i am creating the setup for library management project it adds the EXE file of fees project in library project setup, so when i install it on any computer, it makes EXE files for both library management and fees management.
I want that when i install setup for library management, it must not install exe file of fees management.

Please solve my problem.
Thanks

add a reference of Fee management to library mangement and make sure u include the dll of fee management is included in the exe of library management.

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.