Using VS2005 and VB.NET.
I have a project that is an API for a data warehouse that I created. When compiled, it is created api.dll.
api.dll
I have a second project in the same solution that has a link to an API project that it will create when compiled wrapper.dll. This is basically an API shell that is application specific. When I use wrapper.dllthe other application, I need to copy wrapper.dlland api.dllin my new app. How can I make the shell project compile api.dllinto myself so that I can only navigate dll?
wrapper.dll
dll
@Jas, Visual Studio. , " " . , , .
, " ". (), , . "" "" ( Visual Studio), . "" " ", Visual Studio 2003 "" " " 2005 ( 2008 ). , "". - , , , "" .
, wrapper.dll api.dll, , api.dll( wrapper.dll).
, , , ILMerge, .
. ( Visual Studio-ese) wrapper.dll, api.dll. wrapper.dll.
, api.dll wrapper.dll. api.dll . , .
DLL , xml ( ). " ". wrapper.dll Assembly api.dll, . Assembly.Load http://msdn.microsoft.com/en-us/library/system.reflection.assembly.load.aspx
Source: https://habr.com/ru/post/1696559/More articles:Should you run one or more applications for the tomcat cluster? - tomcatFix page layout in IE6 - htmlКак копировать содержимое веб-фермы - iisParsing XML Elements and Attributes - xmlКак создать всплывающее окно с возможностью перетаскивания и изменения размера? - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1696560/setting-up-replicated-repositories-in-plastic-scm&usg=ALkJrhihis2NR4zYsK3ZEif2Y0hRDYUuKw.Net Compact Framework scroll bars - horizontally always show when vertical displays - .netHow to manage layer ordering in Virtual Earth - javascriptCapturing a Cmd-C (or Ctrl-C) keyboard event from a modular Flex application in a browser or AIR - flexWhy does SQL Server not start on a Novell server? - sql-serverAll Articles