c# - Compile to Library other than DLL -


here 1 question asked compile intermediate type

the problem solved of adding dll exe.

problem:
next problem is, these libraries big in size don't think feasible so. in project few methods of dlls being used.

question:
there alternative present not passing dll end user , not merging dll exe, compile intermediate file type can used in other project , parts(functions) compiled exe needed(used).

there no built in mechanism in .net.

you 1 of following:

  • if these own dlls, split them.
  • if not, ask producer of dlls compile smaller files functionality.
  • if license permits, decompile them , split yourself.
  • rewrite part need.

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -