vote up 0 vote down star

How can I find/set the Assembly Name for Web Site created in Visual Web Developer?

Actually I am trying out NHibernate with Visual Web Developer Web site. In the .hbm.xml (mapping file) contains a attribute called Assembly where we need to specify the Assembly Name of the Project containing the entity class.

Where can I find the assembly name for the Web Site?

If a assembly name not available for a web site, how can I overcome this situation?

flag

36% accept rate
Can you post the hbm xml listing here? Also, what happens if you omit the Assembly attribute? – shahkalpesh Aug 13 at 3:32
If I omit the assembly attribute, I am getting error telling assembly attribute is missing. Product.hbm.xml <?xml version="1.0" encoding="utf-8" ?> <hibernate-mapping xmlns="urn:nhibernate-mapping-2.2" namespace="NHibernateSol.Domain" assembly="NHibernateSol1"> <class name="Product" > <id name="Id"> <!-- generator class="guid" / --> </id> <property name="Name" /> <property name="Category" /> <property name="Discontinued" /> </class> </hibernate-mapping> – Rejeev Divakaran Aug 14 at 7:41

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.