Click here to Skip to main content
15,891,529 members

Comments by ryanba29 (Top 27 by date)

ryanba29 8-May-17 9:26am View    
I'm aware of the need to unsubscribe from events to prevent memory leaks, but this is not for that reason. This is to prevent double subscriptions and calling a method twice for the same event when it's not designed to run that way. I'm not totally relying on this but still through it in there for most subscriptions. My questions was is this bad practice to over use this or to use it before I even know if its needed.
ryanba29 19-Jan-17 17:10pm View    
Johannesnestler, sounds like the solution I needed. Give me a change to test it out before I accept your solution. Thank you for your suggestion.
ryanba29 17-Jan-17 9:43am View    
Afzaal, maybe I worded it in a way that is confusing or gave to much background information and if so I apologize, but my questions way not about licenses or protecting are code from decompile. We are currently late binding with Reflection only to are own libraries and so we don't have to remove unneeded references and recompile for every configuration of the software. I'm want to know if there is a way that I can still make project-to-project references and still accomplish what were doing. I realize that there is probably a better approach over all, but this is the situation I'm in and thank you again for your help.
ryanba29 17-Jan-17 9:40am View    
Deleted
Afzaal, maybe I worded it in a way that is confusing or gave to much background information and if so I apologize, but my questions way not about licenses or protecting are code from decompile. We are currently late binding with Reflection so we don't have to remove unneeded references and recompile for every configuration of the software. I'm want to know if there is a way that I can still make project-to-project references and still accomplish what were doing. I realize that there is probably a better approach over all, but this is the situation I'm in and thank you again for your help.
ryanba29 17-Jan-17 9:36am View    
Deleted
Afzaal, maybe I worded it in a way that is confusing or gave to much background information and if so I apologize, but my questions way not about licenses or protecting are code from decompile. We are currently late binding with Reflection to only are own libraries so we don't have to remove unneeded references and recompile for every configuration of the software. I'm want to know if there is a way that I can still make project-to-project references and still accomplish what were doing. I realize that there is probably a better approach over all, but this is the situation I'm in and thank you again for your help.