M
meo
Does .NET provide the way to deploy library to internal developer?
I am trying to find the way to deploy a library file to developer for having
integration to their application BUT the customer who is using that
application will not use that library file.
If I choose to deploy like a DLL file, the DLL file will deploy to the
customer. I thought this is the easy way if customer copy DLL file to
include to the project and use it.
BUT I choose to deploy like a sourcecode, it is hard to control version and
policy.
The past on C++, we have file .LIB to handle this case. but from now what we
can do.
PS: Someone told me to use utility tlbexp.exe to export .DLL to .TLB, but I
cannot include .TLB which is generated from the .DLL to the project by
adding reference.
I am trying to find the way to deploy a library file to developer for having
integration to their application BUT the customer who is using that
application will not use that library file.
If I choose to deploy like a DLL file, the DLL file will deploy to the
customer. I thought this is the easy way if customer copy DLL file to
include to the project and use it.
BUT I choose to deploy like a sourcecode, it is hard to control version and
policy.
The past on C++, we have file .LIB to handle this case. but from now what we
can do.
PS: Someone told me to use utility tlbexp.exe to export .DLL to .TLB, but I
cannot include .TLB which is generated from the .DLL to the project by
adding reference.