<!--Dao-->
      <resource uri="assembly://App_Config/App_Config/Dao.xml" />
 
在Dao中
<object id="AdminService" type="DAL.AdminService , DAL">
    <property name="HibernateTemplate" ref="HibernateTemplate" />
  </object>Error creating context 'spring.root': Could not load type from string value 'DAL.AdminService , DAL'.