I am working on .net 1.1 legacy system and need to change the name of outputted dll.
When I go to change the "output file" under project property it's greyed out and won't let me change it.
How do I do this?
Depending on which version of Visual Studio.NET you are running, try going to Project Properties -> Application, and then change the Assembly Name
field. On earlier versions it might be in a different place but I think the Assembly Name
field is still the one you are looking for.