i got this error while browse the website after upgrade the solution from vs 2003 to 2005
An error occurred creating the configuration section handler for yafnet: Could not load file or assembly 'yaf' or one of its dependencies. The system cannot find the file specified
mmostafa
Member
5 Points
1 Post
Critical Web Config
Mar 08, 2006 12:42 PM|LINK
i got this error while browse the website after upgrade the solution from vs 2003 to 2005
An error occurred creating the configuration section handler for yafnet: Could not load file or assembly 'yaf' or one of its dependencies. The system cannot find the file specified
the web.config portion is
<configSections>
<section name="yafnet" type="yaf.SectionHandler,yaf"/>
</configSections>
<yafnet>
<connstr>user id=sa;pwd=blabla;data source=(local);initial catalog=yafnet;timeout=90</connstr>
<uploaddir>/upload/</uploaddir>
<!--logtomail>email=;server=;user=;pass=;</logtomail-->
<boardid>1</boardid>
<!--categoryid>1</categoryid-->
</yafnet>
any help please