Hello everybody.
I'm laying the foundation for a .net solution that will make extensive use of assemblies(.dll's).
Once the product is in the field I want to be able to edit small text files(vb code), then quickly build an assembly and be finished.
I plan to use a custom editor that will allow the user to edit the file then Shell a command to build the assembly.
Can anyone point me to a resource that explains how to build assemblies from a command line?
I'm laying the foundation for a .net solution that will make extensive use of assemblies(.dll's).
Once the product is in the field I want to be able to edit small text files(vb code), then quickly build an assembly and be finished.
I plan to use a custom editor that will allow the user to edit the file then Shell a command to build the assembly.
Can anyone point me to a resource that explains how to build assemblies from a command line?