I am majorly stuck. I created a class library and used CLibrary as my project name. I want to warp my classes in a root namespace called Temp1 and name my assembly VBNET123. What do I need to do?
Printable View
I am majorly stuck. I created a class library and used CLibrary as my project name. I want to warp my classes in a root namespace called Temp1 and name my assembly VBNET123. What do I need to do?
Huh? You can set the root namespace from the Project properties. There you can set it to Temp1 or whatever you want and rename the assembly.