can assembly name be different than dll name?

  • Thread starter Thread starter alexl
  • Start date Start date
if so, what is the right csc command or al command

Well you can always rename the file after compilation. But since the
CLR assembly loader uses the file name when resolving references, you
should think twice before doing so.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top