Click here to Skip to main content
15,890,506 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have build a dll file and used that in my project. But I have noticed some errors and I need to fix them.How can I edit my dll from my project that is using the dll as reference without closing my program in VS 2013?
Posted
Comments
PIEBALDconsult 23-Nov-14 17:18pm    
You can't. You need to fix the code that went into building DLL and rebuild the DLL.
Amt-Coder 23-Nov-14 17:35pm    
That's so tiring I think IDE developers must find a way to do this
David_Wimbley 23-Nov-14 17:49pm    
I don't think its a tools issue, rather a project structure issue. Why not just include your DLL project into the solution and reference the project (as a DLL) into your winform app. That way if you make a change in your DLL it gets picked up in the winforms app when you compile it.
Sergey Alexandrovich Kryukov 23-Nov-14 18:44pm    
The question makes no sense. This is totally pointless to edit a DLL file. You have to fix your bugs and build everything again.
—SA
Amt-Coder 23-Nov-14 20:43pm    
Adding a new class and finally building the class as DLL can solve this problem.So developers can see the results of codes immediately.Thanks for your interests.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900