plz help me............
i am not getting any clases in start up object..............
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Aug 13, 2013, 12:16 AM
if you are doing console application then if your class contain a main method then only it will shown in start up object.
Iftikar HussainPosted Aug 13, 2013, 12:06 AM
Can you provide more details? What exactly you are trying to do?
Regards,
Iftikar
Jignesh TrivediPosted Aug 12, 2013, 11:15 PM
i think this is due to access modifirer of class by default it is private. try after make it public.
also check namespace of class.
hope this will help you.