费西路

天看着我..我看着天..我踩着地
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

NHibernate

Posted on 2008-10-29 14:37  费西路  阅读(125)  评论(0)    收藏  举报

Could not add assembly test

 

<?xml version="1.0" encoding="utf-8" ?>
<hibernate-configuration  xmlns="urn:nhibernate-configuration-2.2" >
 <session-factory name="NHibernate.Test">
  <!-- properties -->
  <property name="connection.provider">NHibernate.Connection.DriverConnectionProvider</property>
  <property name="connection.driver_class">NHibernate.Driver.SqlClientDriver</property>
  <property name="connection.connection_string">server=.;uid=sa;pwd=123456;database=demoTest</property>
  <property name="show_sql">false</property>
  <property name="dialect">NHibernate.Dialect.MsSql2005Dialect</property>
  <property name="use_outer_join">true</property>
  <!-- mapping files -->
  <mapping assembly="test" />
 </session-factory>
</hibernate-configuration>

 

有什么错呢....  红色代码是什么意思呢.....郁闷..老是配不好.