c# - Get rid of the GAC -


we have old application can extended using com exposed assemblies. there way work without gac. extension want provide existing .net component. want provide extension without putting required references in gac well. came solution this.

i'll host wcf service in windows service , use named pipe endpoint. endpoint consumed com component. way com component forwarding call's , don't need dependant assemblies in gac.

two questions setup:
1. there better ways want?
2. how can keep com component small possible? (it's forwarding point)


Comments

Popular posts from this blog

google api - Incomplete response from Gmail API threads.list -

Installing Android SQLite Asset Helper -

Qt Creator - Searching files with Locator including folder -