Make sure that you compiled the dll in release mode versus debug. If you are debuging a project and you add a dll that was also compiled in debug code as you step through the code you will be able to see the dll code.
On Jul 9, 7:48 am, Anthony <excelmodel...@gmail.com> wrote: > I created a DLL using VB.net. When I added (add it as a reference > from the folder where the dll is resided) it to a new project I can > see the code. Why is that? > > If other add it to their projects, would they be able to see the code > as I do? How can I make the code not viewable to evereyone - > including myself - if I add it as a reference into a new project? > > Thank you for your time. > > Anthony