المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Beginner C# developer question



C# Programming
09-30-2011, 04:56 AM
Hi

I am writing a form application to just display the movie names. I have a second class called Movie where I have hard coded two movies to dispplay in the Form class. Both Form amd Movies class are in same directlry and have same namespace. But still I am getting msg

"The type or namespacen name Movies does not exist in the namespace MoviesIsaw (are you missing an assembly reference?))

Can you pls tell me what Iam doing wrong.