Ok...I'm sure this is programming 101, but I need help in creating a dll. I have a project that was created by another programmer, and it is currently a working dll. I needed to alter one variable, which I did. NOW, how the hell do I create a new dll. I'm using Visual Studio .Net 2003. Thanks for any help. -Jim
This question is best addressed on a Visual Studio forum. However, if you have a dll project open, and make any changes, you can recreate the dll by simply building the project again. The new dll will be in the project output directory (the same place the .exe would be if you were creating a Windows Application).