Hi all. i have a class library and it has a folder. My project's classes are in that folder. I can use the class which is without that folder. But i can't use classes which is in that folder. For example:
without that folder:
Example exmp = new Example();
i can use exmp normaly.
in the folder:
User user = new User();
i m using asp.net framework 3.5 with c#
stack trace : at MedulaRADClassLib.MedulaClasses.Kullanici..ctor() at KlinikMuhasebe.Giris.f_GirisYap() in C:\Users\cagin_arslan\Desktop\Medula V3 Gerçek 5 Haziran 2009\V3_Gercek\KlinikMuhasebe\Giris.aspx.cs:line 59
inner exception : An error occurred loading a configuration file: Failed to map the path '/'
That problem in only my computer. The other computers in the team hasn't same problem. if you have an idea please say it to me...