Hi there,
I have a class library which is name ClassLib. And that lib has two folders (MedulaClasses and ParserClasses). MedulaClasses has a class which is name SGKDuyurulari.cs. And ParserClasses has a class which is name GeneralParser.cs. I write
SGKDuyurulari sd = new SGKDuyurulari()
in GeneralParser. but i have a runtime error. but error says just, The type initializer for 'ClassLib.MedulaClasses.SGKDuyurulari' threw an exception. and inner exception is "Object reference not set to an instance of an object.". I dont understand anythig. how can i access class from different folders.
Thanks for your help.