Using VBC, I created a DLL by compiling a class (.vb) file in the /bin
directory of the web application. Is this DLL residing in the /bin
directory an assembly?
I have gone through quite a few posts on what exactly is an assembly
but couldn't exactly understand it. Can someone please help me
understand what exactly is an assembly? If giving examples, please try
using VB (not C#).
Thanks
Michael Nemtsev - 04 Oct 2007 11:23 GMT
Hello rn5a@rediffmail.com,
http://www.codeguru.com/columns/csharp_learning/article.php/c5845/
---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
> Using VBC, I created a DLL by compiling a class (.vb) file in the /bin
> directory of the web application. Is this DLL residing in the /bin
[quoted text clipped - 6 lines]
>
> Thanks