S Samuel Shulman Dec 18, 2006 #1 I want to restrict the use of a .dll file to a specific project Can that be done and how? Thank you, Samuel
I want to restrict the use of a .dll file to a specific project Can that be done and how? Thank you, Samuel
G Guest Dec 18, 2006 #2 I want to restrict the use of a .dll file to a specific project Can that be done and how? Click to expand... You can implement Microsoft's license provider. Or a simplier method could be to check the Calling Assembly's name via the System.Reflection.Assembly?
I want to restrict the use of a .dll file to a specific project Can that be done and how? Click to expand... You can implement Microsoft's license provider. Or a simplier method could be to check the Calling Assembly's name via the System.Reflection.Assembly?