very simple ? about single file dll assembly

  • Thread starter Thread starter ezelasky
  • Start date Start date
E

ezelasky

Very new to dot net & more familiar with COM+, can someone send me a
link on how to create a single file assembly as a dll? Do I do this in
..NET visual IDE or from the command line? How does one debug an
assembly? Thanks.
 
Very new to dot net & more familiar with COM+, can someone send me a
link on how to create a single file assembly as a dll? Do I do this in
.NET visual IDE or from the command line? How does one debug an
assembly? Thanks.

Either. From VS.NET, just select Class Library as the project type.
From the command line, just use /target:library.
 
Back
Top