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
 
Back
Top