Hi, I've 10 .cs files in my app_code folder. Now I want to convert all 10 class files into one dll. Is if possible?
I'm trying to convert it by using csc /t:library admin.cs --> like this
But it is showing error like The type of namespace dbConnection could not be found (Are you missing a using directive or an assembly refference? )
Thanks in advance Nagu