very simple ? about single file dll assembly

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.
 
J

Jon Skeet [C# MVP]

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.
 

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

Top