Turn folder into dll

max max 0 Reputation points
2023-03-31T18:39:22.8733333+00:00

Hi,

so I got a source code from a simple programm in form of a folder with multiple folders and files in it and I changed just one text in it.

Now I'm wodering how to compile it back to the original file format (dll) from all those files.

Thanks!

Windows 10 Compatibility
Windows 10 Compatibility
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Compatibility: The extent to which hardware or software adheres to an accepted standard.
469 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,126 Reputation points
    2023-04-03T12:47:11.27+00:00

    Hello

    Thank you for your question and reaching out.

    The source code will be compiled into a single assembly for an ASP.NET web application. This is intentional.

    We can use "aspnet merge.exe" to combine and manage assemblies and produce an assembly for each folder. To accomplish this, we must utilise the Web Deployment project's "Merge each folder output to its own assembly" option with prefix prefixname (http://msdn.microsoft.com/en-us/asp.net/aa336619.aspx).

    --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments